Re: need help with adsl usb

From: Mark Hackett (mark.hackett_at_blueyonder.co.uk)
Date: 10/24/03


Date: Fri, 24 Oct 2003 19:37:02 +0100

tryf wrote:

> i have an adsl usb modem from rotalcom.com ALE070
>
> i installed mandrake 9.2
>
> and i don't know how to connect to the internet.
>
> i really need some help.
>
> 10x a lot
>
> tryf

Check the manufacturer.

It's usually no good with USB, unless the USB is using a stndard protocol
(the SurfBoard Cable modem does, so that is usable with a modern
distribution).

You can give it a shot by looking at the modules instlled and running.
Installed:

/sbin/lsmod | grep -u usb

this will show you what usb device drivers you have currently running.
Someone here will be able to tell you what they are for

For installed modules:

ll -r /lib/modules/<your linux version>/kernel/drivers/usb

Try installing these modules, if you don't think the correct ones are
installed.

for file in `ls *.o`
do
  module=`basename $file ".o"`
  insmod -vv -d $module
done

that should *attempt* to install any modules in the current directory. E.g.
if it sees only

usb-core.o

it will run

insmod -vv -d usb-core

The "-vv -d" will give you lots of information which may be able to help you
find the problem



Relevant Pages

  • Re: A USB 2 & External HD problem on shutdown looking for a fix. (long)
    ... > Uninstalled and re-installed the drivers for the NEC USB 2 PCI card. ... > year's worth of installing, trying, and un-installing freeware, shareware, ... > Endpoint Descriptor: ...
    (microsoft.public.windowsxp.hardware)
  • Re: USB host port 2
    ... "Unknown USB device". ... installing USb driver" pop-up has come. ... For testing purpose,I tapped the USB cable from GSM module externally. ... I installed the GSM driver .CAB file and then I plugged-in the USB ...
    (microsoft.public.windowsce.platbuilder)
  • Re: USB host port 2
    ... "Unknown USB device". ... installing USb driver" pop-up has come. ... For testing purpose,I tapped the USB cable from GSM module externally. ... I installed the GSM driver .CAB file and then I plugged-in the USB ...
    (microsoft.public.windowsce.platbuilder)
  • Re: USB host port 2
    ... I have connected the USB cable from GSM to ... This is the debug build ... The driver is not being loaded. ... Is there problem in installing the driver? ...
    (microsoft.public.windowsce.platbuilder)
  • Re: USB host port 2
    ... port 3 of USB HUB which is connected Host port1. ... Console redirected to DEBUG for process ... The driver is not being loaded. ... Is there problem in installing the driver? ...
    (microsoft.public.windowsce.platbuilder)