LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Linksys WUSB54G on Kubuntu???? (https://www.linuxquestions.org/questions/ubuntu-63/linksys-wusb54g-on-kubuntu-414325/)

1nNEEDofHELP 02-11-2006 06:08 PM

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



brianthegreat 02-11-2006 08:22 PM

Are you trying to configure the device?

Is it already configured?

Are you have problems with your wireless card after configuration of the device.

1nNEEDofHELP 02-12-2006 03:24 PM

I'm trying to configure it so I can connect to the internet through Kubuntu

fatboysmith 02-14-2006 01:06 PM

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

Dragineez 02-14-2006 01:39 PM

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?

fatboysmith 02-14-2006 04:28 PM

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

1nNEEDofHELP 02-15-2006 04:03 PM

fat, what version of the WUSB54G interface do you have... v1, v2, or v4????


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


All times are GMT -5. The time now is 04:29 AM.