I can't find any device in /dev. How could i fix that?

RockMan's picture

mknod /dev/ttyACM0 c 166 0
mknod /dev/ttyACM1 c 166 1 for ttyACM1, and so on...
Instead use:
mknod /dev/ttyUSB0 c 188 0
mknod /dev/ttyUSB1 c 188 1
for non-acm usb devices.
For bluetooth device first make sure to bind them (man rfcomm).
Then look the list of binded devices just typing rfcomm, it will show an output similar to this:
rfcomm0: 00:11:22:33:44:55 channel 8 clean
If you still can't see /dev/rfcomm0, then do
mknod /dev/rfcomm0 c 216 0

Razr 3vi on edgy kubuntu

Hello out there,
I have kmobiletools installed from the ubuntu repos for edgy. I think the version is 0.4.
Anyway when i start it i get an erro screen:
An error occurred while initializing mobile phone device.
Check your configuration and try again.

Now i edit mobile phone device to: /dev/usb/acm/0
and get the same message.

I also have moto4lin installed and it uses /dev/usb/acm/0. so i figured that is where my mobile is connected to.

I tried the above but no avail. How do i actually FIND out which usb port my mobile is connected to?

I am new to this so please newbe speech:))

Any ideas? Please.

Cheers
F