USB modem installation
Bill Christiansen
bill.christiansen at paradise.net.nz
Mon Mar 14 18:09:59 UTC 2005
>From a Google.com/linux search on that model number it looks like it
uses a driver module called "acm". I'm not sure if this is in the kernel
or needs to be modprobed. You may also need to create the device node
manually with: sudo mknod /dev/ttyACM0 c 166 0
also put it's node in the dialout group: sudo chmod
root.dialout /dev/ttyACM0
and link to /dev/modem: sudo ln -s /dev/ttyACM0 /dev/modem
Then try: modprobe acm
also try hotplugging the modem after the above
The above will be lost on a reboot but if it works we can give more info
on making it permanent.
On Mon, 2005-03-14 at 13:31 +0200, Antonie Kriek wrote:
> check to see if its maybe under
>
> /dev/sda or something similiar
>
> also unplug the usb modem then wait a while then plug it in again then type in
>
> dmesg
>
> this will show you the kernel messages and it will show you what has
> been picked up by the usb port.
>
>
> On Mon, 14 Mar 2005 09:24:33 +0000, John French <cjf at tow.org.uk> wrote:
> > On Sat, 12 Mar 2005 09:32:07 +1300, Bill Christiansen wrote :
> >
> > 4. To break the circle, I bought another USB modem, this time one
> > listed in the Knowledge Base at http://start.at/modem as a real
> > hardware modem (OK with Linux) (MultiTech MT5634ZBA-USB). Now, the
> > device manager sees it, but there is nothing in the /dev directory,
> > which I can use to implement it.
> >
> > Hardware modems usually show up on /dev/ttyS0 - ttyS4, but I haven't
> > actually tried a usb one so that may be a bit different.
> >
> > Right, I had hoped to find something under /dev/ttyS0 - 4, or maybe
> > /dev/ttyUSB0, or, even better, /dev/modem, but no, nothing. Not even
> > after a re-install with the modem connected.
> >
> > Any advice on how I kick-start warty into seeing a USB modem ?
> >
> > John
> >
> > --
> > ubuntu-users mailing list
> > ubuntu-users at lists.ubuntu.com
> > http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> >
>
More information about the ubuntu-users
mailing list