PDA

View Full Version : Anyone uses an external Linksys USB wireless-B adapter?



minghai
01-07-2005, 03:58 PM
Hi all, Just started using Linux a month ago. Very impressed with how nice Linux is compared to Windows. I have installed Knoppix on a couple of office machines and my colleagues love it. Their machines are linked via ethernet cables to the router and they can get online fine. However I have one machine that connects via USB cable to the ADSL modem and Knoppix cannot get it online. What steps should I try? I'd really appreciate any suggestions on steps to try. Thank you.

Ming Hai

Shadda
01-12-2005, 01:50 AM
type lspci and see what it gives you. Any USB devices listed?

minghai
01-12-2005, 11:44 AM
Hi, below is the output of running lspci and lsusb, I should also mention that its an Aztech ADSL Ethernet USB combo router (model DSL305EU) with Conexant CX82310 168 MHz ARM 940T microprocessor which I'm connecting to via USB cable.

root@0[root]# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 04b8:0802 Seiko Epson Corp. Stylus CX3200
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 0572:cb01 Conexant Systems (Rockwell), Inc.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 0781:7112 SanDisk Corp.
Bus 001 Device 001: ID 0000:0000

root@0[root]# lspci
0000:00:00.0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01)
0000:00:02.0 VGA compatible controller: Intel Corp. 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
0000:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI Controller (rev 01)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 81)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) LPC Bridge (rev 01)
0000:00:1f.1 IDE interface: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) UltraATA-100 IDE Controller (rev 01)
0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
0000:01:00.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
0000:01:03.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 24)

Thank you!

Ming Hai