Can't find port
Wander Boessenkool
wander at tomaatnet.nl
Mon Dec 6 20:33:42 UTC 2004
On Mon, 2004-12-06 at 21:52 +0200, Kishyr Ramdial wrote:
> On Mon, 06 Dec 2004 20:18:37 +0100, Wander Boessenkool > Indeed it is,
> > If udevd or devfsd was running my guess is that udev doesn't 'know' your
> > device yet, google for the name of your device and 'major minor'. With
> > this info you can then create the device-node(s) yourself using:
> >
> > mknod -m666 /dev/<nodename> [c|b] <major> <minor>
> >
> > where you can replace 666 with the access-rights you prefer, <nodename>
> > is the name you want for the node, [c|b] is either c or b (character- or
> > block-device) and major and minor are the major and minor numbers you
> > found.
>
> I can't seem to find "major minor" with my associated device. I was
> wondering though, on this page,
> http://www.qbik.ch/usb/devices/showdev.php?id=2516 it shows my
> previous modem. Is the "major minor", the "id" ? (0x0734:0x4905)
>
> --
> Kishyr Ramdial
> http://kishyr.ramdial.co.za
> Get Firefox! http://www.getfirefox.com
A quick grep of the devices.txt included with the kernel-sources gave
me:
166 char ACM USB modems
0 = /dev/ttyACM0 First ACM modem
1 = /dev/ttyACM1 Second ACM modem
...
This would mean that if your current TA is treated in the same way as
your old one (let's hope so), you can create the device-node with:
$sudo mknod -m666 /dev/ttyACM0 c 166 0
now try your dialing software and if it works you'll have a nice
learning experience either trying to patch udev, submitting a bug-report
(or -fix if the former was succesful) or writing a script to create the
node for you everytime you need it over and over again...
Hopes this helps.
-Wander
>
--
***********************DISCLAIMER**********************
Indien u de inhoud van dit bericht reeds vergeten bent,
kunt u deze disclaimer als niet geschreven beschouwen.
***********************DISCLAIMER**********************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20041206/108d7a0f/attachment.sig>
More information about the ubuntu-users
mailing list