LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 02-11-2006, 06:08 PM   #1
1nNEEDofHELP
LQ Newbie
 
Registered: Feb 2006
Distribution: Kubuntu 5.10
Posts: 3

Rep: Reputation: 0
Question Linksys WUSB54G on Kubuntu????



I'm trying desperately to connect to the internet through this device on Kubuntu, and it doesn't seem to recognize it. Can anyone help me?

I've tried the following on Konsole


lsusb -vvv

Code:
Bus 004 Device 002: ID 1915:2234
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x1915
  idProduct          0x2234
  bcdDevice            1.10
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           81
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           9
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x8d  EP 13 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x0d  EP 13 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x8e  EP 14 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x0e  EP 14 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x8f  EP 15 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1

Bus 004 Device 001: ID 0000:0000

 
Old 02-11-2006, 08:22 PM   #2
brianthegreat
Member
 
Registered: Oct 2005
Posts: 518

Rep: Reputation: 32
Are you trying to configure the device?

Is it already configured?

Are you have problems with your wireless card after configuration of the device.
 
Old 02-12-2006, 03:24 PM   #3
1nNEEDofHELP
LQ Newbie
 
Registered: Feb 2006
Distribution: Kubuntu 5.10
Posts: 3

Original Poster
Rep: Reputation: 0
I'm trying to configure it so I can connect to the internet through Kubuntu
 
Old 02-14-2006, 01:06 PM   #4
fatboysmith
LQ Newbie
 
Registered: May 2003
Location: Silver Creek, GA
Distribution: Ubuntu
Posts: 10

Rep: Reputation: 0
ndiswrapper

Have your tried ndiswrapper?
I'm using the same USB wireless adapter you have with Breezy and it works well. Are you using current version of Kubuntu, based on Breezy? It was a bit of a pain to compile under Breezy (5.1), because there is no gcc-3.4 on the cd. I had to download and dpkg -i 3 files, start here for downloading gcc-3.4 and it's dependencies. gcc-3.4 and 4.0 can coexist peacefully.

Dennis
 
Old 02-14-2006, 01:39 PM   #5
Dragineez
Member
 
Registered: Oct 2005
Location: Annapolis
Distribution: Ubuntu
Posts: 278

Rep: Reputation: 41
Thanx

Quote:
Originally Posted by fatboysmith
..because there is no gcc-3.4 on the cd. I had to download and dpkg -i 3 files, start here for downloading gcc-3.4 and it's dependencies. gcc-3.4 and 4.0 can coexist peacefully.
You just solved one of my long standing problems on a completely unrelated topic. See how helping one you can also help others?
 
Old 02-14-2006, 04:28 PM   #6
fatboysmith
LQ Newbie
 
Registered: May 2003
Location: Silver Creek, GA
Distribution: Ubuntu
Posts: 10

Rep: Reputation: 0
gcc-3.4

We're not alone in our problem on this. It's strange that gcc-3.4 isn't on the disk, though. It especially becomes a problem if your network controller/modem needs to be compiled using gcc-3.4 BEFORE you can get network access. There are still quite a few programs out there that require gcc-3.4 to compile.

Dennis
 
Old 02-15-2006, 04:03 PM   #7
1nNEEDofHELP
LQ Newbie
 
Registered: Feb 2006
Distribution: Kubuntu 5.10
Posts: 3

Original Poster
Rep: Reputation: 0
fat, what version of the WUSB54G interface do you have... v1, v2, or v4????


I obviously have v1 since I got mine in '03.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help with linksys WUSB54G fantasium Linux - Wireless Networking 4 02-08-2006 07:27 AM
is there a driver for the Linksys wusb54g out there markbootle Linux - Wireless Networking 1 01-26-2006 07:29 AM
Linksys WUSB54G Wireless Network Adapter + kubuntu Airjoe Linux - Wireless Networking 1 11-15-2005 09:50 PM
Newbit and Linksys WUSB54G astronerd Linux - Wireless Networking 41 03-01-2005 03:37 AM
Linksys WUSB54G MarkusMan Linux - Wireless Networking 0 03-14-2004 02:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration