Author Topic: Getting a USB 2 CardBus to work  (Read 2017 times)

Offline Alan_uk

  • Jr. Member
  • **
  • Posts: 23
    • Biss Meadows -a community web site I manage
Getting a USB 2 CardBus to work
« on: July 24, 2011, 05:27:01 PM »
I have a HP Omnibook xe4100 with USB1.1 ports.

I also have a USB 2.0 PCMCIA CardBus  with 2 ports but it is not recognised when plugged in. The card worked under Windows XP and the slot works OK with a wi-fi card under LXDE.

There are few identification marks on the card, just P/N L-312CB. My records states it's a SOHOUSB or should that be SOHO USB.

Is there a way to make this card operative?

Thanks
------------
Alan, UK
Linux Newbie - trying to be green and give new life to a HP Omnibook XE4100 - it died after a Windos Update.

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10641
  • MLUs Forever!
Re: Getting a USB 2 CardBus to work
« Reply #1 on: July 24, 2011, 06:31:29 PM »
Immediately after plugging in the card do, in a terminal (may need to be root)

dmesg


Copy and paste into your next post the last number of lines which should deal with the device ....
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: Getting a USB 2 CardBus to work
« Reply #2 on: July 24, 2011, 06:43:25 PM »

your statements seem contradicting. You said the card isnt recognized when plugged in but then you say the card works fine in LXDE when used with a wifi card? If it works fine, then it is recognized or are you talking about two different computers here?

Is the wifi card usb based? and the wifi card works when it is plugged in to the usb end of the pcmcia card? If the answer is "yes" to both, then the problem could be with whatever other usb device you are attaching it to the usb part of the card.

What is the usb device you are attaching to the card?

.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Alan_uk

  • Jr. Member
  • **
  • Posts: 23
    • Biss Meadows -a community web site I manage
Re: Getting a USB 2 CardBus to work
« Reply #3 on: July 25, 2011, 05:57:52 PM »
Immediately after plugging in the card do, in a terminal (may need to be root)
dmesg
Copy and paste into your next post the last number of lines which should deal with the device ....


Thanks for responding

Bit unclear which lines are wanted so I've uploaded the whole file here:
http://www.alancooper.me.uk/pclinuxos/dmesg.txt
 
------------
Alan, UK
Linux Newbie - trying to be green and give new life to a HP Omnibook XE4100 - it died after a Windos Update.

Offline Alan_uk

  • Jr. Member
  • **
  • Posts: 23
    • Biss Meadows -a community web site I manage
Re: Getting a USB 2 CardBus to work
« Reply #4 on: July 25, 2011, 06:14:53 PM »
your statements seem contradicting. You said the card isnt recognized when plugged in but then you say the card works fine in LXDE when used with a wifi card? If it works fine, then it is recognized or are you talking about two different computers here?
I was trying to make clear (but obviously failed ;) that the pcmcia _socket_ is OK as it works with a wifi card. But when the USB ports card is plugged into the socket it does not work. 

The wifi card is a pcmcia card and the usb ports 2.0 card is a separate pcmcia card
 
What is the usb device you are attaching to the card?

A memory stick for starters that works in the 1.1 usb port on the motherboard. Ultimately I want to insert a printer or a usb wifi device with antenna or a cable mouse or a infrared mouse. The two ports on the motherboard are too few and they are right next to each other and the power cable so many items cannot physically fit

thanks for helping
------------
Alan, UK
Linux Newbie - trying to be green and give new life to a HP Omnibook XE4100 - it died after a Windos Update.

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10641
  • MLUs Forever!
Re: Getting a USB 2 CardBus to work
« Reply #5 on: July 25, 2011, 06:17:48 PM »
This would appear to be the device

Quote
P / N: L-312CB - 32-bit CardBus Type II - Hot-swap and Plug & Play - two USB 2.0 ports for connecting USB devices - NEC Chipset - Compatible with Windows 98 / 98 SE / ME / 2000 / XP and MacOS 10.1 (according to manufacturer specifications)


http://i94.blocked-photobucket/albums/l119/r0jaws/ppc upgrade/USB2PCMCIA.jpg

You need to delete the "blocked-" from the link to see the pic.

***

I am unsure what conclusion to draw from your dmesg output  :(

Here is what I had in mind ......  with nothing inserted in the pcmcia slot, do  dmesg  and not the last few lines of output.
Now insert the USB adaptor, and do  dmesg  again.

If the system 'sees' it I would expect there to be several new lnes at the end of dmesg output .....  it is those lines that should be of interest.

One other question ......  does this device currently work in Windows? ...  am wondering if it is possible that it is now non-functional, as you mentioned it had worked in Windows.


regards.

MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: Getting a USB 2 CardBus to work
« Reply #6 on: July 25, 2011, 06:53:23 PM »

open up the terminal, log in as root and then do the following

1. Unplug the card.
2. Run this command: service syslog start
3. Run this command: echo "" > /var/log/syslog
4. plug back in the card and then wait for around five seconds
5. Run this command and give your output: cat /var/log/syslog
6. Run this command and give your output: dmesg | tail -n 20
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Alan_uk

  • Jr. Member
  • **
  • Posts: 23
    • Biss Meadows -a community web site I manage
Re: Getting a USB 2 CardBus to work
« Reply #7 on: July 26, 2011, 04:52:16 PM »
This would appear to be the device....

Yes, that looks the same though I never noticed the center socket and don't recall having any cable. I note no mention of Linux :(

Here is what I had in mind ......  with nothing inserted in the pcmcia slot, do  dmesg  and not the last few lines of output.
Now insert the USB adaptor, and do  dmesg  again.

OK. With nothing inserted and from the last "EXT4":

Code: [Select]
EXT4-fs (sda1): re-mounted. Opts: commit=0
EXT4-fs (sda6): re-mounted. Opts: commit=0
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947

Inserted:

Code: [Select]
EXT4-fs (sda1): re-mounted. Opts: commit=0
EXT4-fs (sda6): re-mounted. Opts: commit=0
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 21(21) BSS returned, data->length = 2722
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
[alan@localhost ~]$

One other question ......  does this device currently work in Windows? ...  am wondering if it is possible that it is now non-functional, as you mentioned it had worked in Windows.

Yes, it worked in this HP Omnibook before Windows Update "killed" the PC (a year ago)  and now I have put PCLinuxOS on it. I have a work laptop but that has no pcmcia slot so I can't try it under windows. I suppose pcmcia  have been superseded by usb ports. I could use a USB hub instead but that requires another power socket and is less convenient on the move.

Many thanks

------------
Alan, UK
Linux Newbie - trying to be green and give new life to a HP Omnibook XE4100 - it died after a Windos Update.

Offline Alan_uk

  • Jr. Member
  • **
  • Posts: 23
    • Biss Meadows -a community web site I manage
Re: Getting a USB 2 CardBus to work
« Reply #8 on: July 26, 2011, 05:11:59 PM »
open up the terminal, log in as root and then do the following
1. Unplug the card.
2. Run this command: service syslog start
3. Run this command: echo "" > /var/log/syslog
4. plug back in the card and then wait for around five seconds
5. Run this command and give your output: cat /var/log/syslog

Code: [Select]
[root@localhost ~]# service syslog start
[root@localhost ~]# echo "" > /var/log/syslog
[root@localhost ~]# cat /var/log/syslog

Jul 27 00:00:08 localhost klogd: pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.0: [1033:0035] type 0 class 0x000c03
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.0: reg 10: [mem 0x00000000-0x00000fff]
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.0: supports D1 D2
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.0: PME# disabled
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.1: [1033:0035] type 0 class 0x000c03
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.1: reg 10: [mem 0x00000000-0x00000fff]
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.1: supports D1 D2
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.1: PME# disabled
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.2: [1033:00e0] type 0 class 0x000c03
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.2: reg 10: [mem 0x00000000-0x000000ff]
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.2: supports D1 D2
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.2: PME# supported from D0 D1 D2 D3hot
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.2: PME# disabled
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.0: BAR 0: assigned [mem 0x34000000-0x34000fff]
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.0: BAR 0: set to [mem 0x34000000-0x34000fff] (PCI address [0x34000000-0x34000fff])
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.1: BAR 0: assigned [mem 0x34001000-0x34001fff]
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.1: BAR 0: set to [mem 0x34001000-0x34001fff] (PCI address [0x34001000-0x34001fff])
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.2: BAR 0: assigned [mem 0x34002000-0x340020ff]
Jul 27 00:00:08 localhost klogd: pci 0000:03:00.2: BAR 0: set to [mem 0x34002000-0x340020ff] (PCI address [0x34002000-0x340020ff])
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.0: enabling device (0000 -> 0002)
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.0: setting latency timer to 64
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.0: OHCI Host Controller
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.0: irq 9, io mem 0x34000000
Jul 27 00:00:08 localhost klogd: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
Jul 27 00:00:08 localhost klogd: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 27 00:00:08 localhost klogd: usb usb2: Product: OHCI Host Controller
Jul 27 00:00:08 localhost klogd: usb usb2: Manufacturer: Linux 2.6.38.8-pclos1.bfs ohci_hcd
Jul 27 00:00:08 localhost klogd: usb usb2: SerialNumber: 0000:03:00.0
Jul 27 00:00:08 localhost klogd: hub 2-0:1.0: USB hub found
Jul 27 00:00:08 localhost klogd: hub 2-0:1.0: 3 ports detected
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.1: enabling device (0000 -> 0002)
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.1: PCI INT B -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.1: setting latency timer to 64
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.1: OHCI Host Controller
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 3
Jul 27 00:00:08 localhost klogd: ohci_hcd 0000:03:00.1: irq 9, io mem 0x34001000
Jul 27 00:00:08 localhost klogd: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
Jul 27 00:00:08 localhost klogd: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 27 00:00:08 localhost klogd: usb usb3: Product: OHCI Host Controller
Jul 27 00:00:08 localhost klogd: usb usb3: Manufacturer: Linux 2.6.38.8-pclos1.bfs ohci_hcd
Jul 27 00:00:08 localhost klogd: usb usb3: SerialNumber: 0000:03:00.1
Jul 27 00:00:08 localhost klogd: hub 3-0:1.0: USB hub found
Jul 27 00:00:08 localhost klogd: hub 3-0:1.0: 2 ports detected
Jul 27 00:00:08 localhost klogd: ehci_hcd 0000:03:00.2: enabling device (0000 -> 0002)
Jul 27 00:00:08 localhost klogd: ehci_hcd 0000:03:00.2: PCI INT C -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
Jul 27 00:00:08 localhost klogd: ehci_hcd 0000:03:00.2: EHCI Host Controller
Jul 27 00:00:08 localhost klogd: ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 4
Jul 27 00:00:08 localhost klogd: ehci_hcd 0000:03:00.2: irq 9, io mem 0x34002000
Jul 27 00:00:08 localhost klogd: ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00
Jul 27 00:00:08 localhost klogd: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
Jul 27 00:00:08 localhost klogd: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 27 00:00:08 localhost klogd: usb usb4: Product: EHCI Host Controller
Jul 27 00:00:08 localhost klogd: usb usb4: Manufacturer: Linux 2.6.38.8-pclos1.bfs ehci_hcd
Jul 27 00:00:08 localhost klogd: usb usb4: SerialNumber: 0000:03:00.2
Jul 27 00:00:08 localhost klogd: hub 4-0:1.0: USB hub found
Jul 27 00:00:08 localhost klogd: hub 4-0:1.0: 5 ports detected
Jul 27 00:00:09 localhost klogd: IOCTL::unknown IOCTL's cmd = 0x00008947
[root@localhost ~]#

6. Run this command and give your output: dmesg | tail -n 20

Code: [Select]
[root@localhost ~]# dmesg | tail -n 20
ehci_hcd 0000:03:00.2: irq 9, io mem 0x34002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00
usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: EHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.38.8-pclos1.bfs ehci_hcd
usb usb4: SerialNumber: 0000:03:00.2
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 5 ports detected
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 19(19) BSS returned, data->length = 2433
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 19(19) BSS returned, data->length = 2433
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
===>rt_ioctl_giwscan. 19(19) BSS returned, data->length = 2435
IOCTL::unknown IOCTL's cmd = 0x00008947
IOCTL::unknown IOCTL's cmd = 0x00008947
[root@localhost ~]#

Does this help?

Many thanks
------------
Alan, UK
Linux Newbie - trying to be green and give new life to a HP Omnibook XE4100 - it died after a Windos Update.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: Getting a USB 2 CardBus to work
« Reply #9 on: July 26, 2011, 05:38:42 PM »

your laptop has how many ports?
 Your output reports 5 ports as being recognized, just checking if the system is confused and it see the two on the card as being five or if the five comes from including the ones on the card and the ones on the computer.

Your output says the card is recognized and its ports are registered. The problem could be coming from those "IOCTL::unknown" errors.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Alan_uk

  • Jr. Member
  • **
  • Posts: 23
    • Biss Meadows -a community web site I manage
Re: Getting a USB 2 CardBus to work
« Reply #10 on: July 27, 2011, 05:23:42 PM »
your laptop has how many ports?

2 on the laptop (1.1) and 2 on the pcmcia card (2.0) + there is that center round port* on the pcmcia card. That would then make the 5.

* looks more like a power port - a round hole with a center pin.
------------
Alan, UK
Linux Newbie - trying to be green and give new life to a HP Omnibook XE4100 - it died after a Windos Update.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: Getting a USB 2 CardBus to work
« Reply #11 on: July 27, 2011, 05:57:23 PM »

i suspect the problem is caused by below line on your  log file

Jul 27 00:00:09 localhost klogd: IOCTL::unknown IOCTL's cmd = 0x00008947

This kind of a problem is easily solved by changing to a different kernel. Go to synaptic and install the latest kernel you can find and try again.

You may also google the error msg to see if anybody else got the same thing and if their problem was solved. I googled for the error msg and couldnt come up with anything
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Alan_uk

  • Jr. Member
  • **
  • Posts: 23
    • Biss Meadows -a community web site I manage
Re: Getting a USB 2 CardBus to work
« Reply #12 on: July 29, 2011, 08:54:11 AM »
This kind of a problem is easily solved by changing to a different kernel. Go to synaptic and install the latest kernel you can find and try again.

You may also google the error msg to see if anybody else got the same thing and if their problem was solved. I googled for the error msg and couldnt come up with anything

Many thanks for your help.

This PClinuxOS was only downloaded a few weeks ago so I'm not inclined with my basic experience to do a kernel update.

I'm running out of time - I need to get things working for a community event tomorrow!

The laptop has a PS/2 port and I've found a serial mouse port, so that saves 1 USB port.

Also in the spares box I found a 4 port USB hub and that is working OK other than I have to be careful disconnecting the USB wireless aerial if it is plugged into the hub, as the whole system hangs and needs a cold reboot. Of course it takes power (I'm running off the car battery via a 150w inverter) but not much I guess.

Thanks again.

------------
Alan, UK
Linux Newbie - trying to be green and give new life to a HP Omnibook XE4100 - it died after a Windos Update.

Offline innova

  • Full Member
  • ***
  • Posts: 68
Re: Getting a USB 2 CardBus to work
« Reply #13 on: August 02, 2011, 05:58:29 AM »
Have just come across this post. I have just bought a PCMCIA card reader for my IBM T43 laptop and it is unable to mount, i read this post and ran the above commands giving this result:
[root@localhost steve]# echo "" > /var/log/syslog
[root@localhost steve]# cat /var/log/syslog

Aug  2 12:31:15 localhost klogd: ===>rt_ioctl_giwscan. 11(11) BSS returned, data->length = 1403
Aug  2 12:31:19 localhost klogd: pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: reg 14: [mem 0x00000000-0x000000ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: reg 20: [io  0xfce0-0xfcff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: supports D1 D2
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: PME# disabled
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: reg 10: [mem 0x00000000-0x000000ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: reg 14: [mem 0x00000000-0x000000ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: supports D1 D2
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: PME# disabled
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: BAR 1: assigned [mem 0xb8000000-0xb80000ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: BAR 1: set to [mem 0xb8000000-0xb80000ff] (PCI address [0xb8000000-0xb80000ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: BAR 0: assigned [mem 0xb8000100-0xb80001ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: BAR 0: set to [mem 0xb8000100-0xb80001ff] (PCI address [0xb8000100-0xb80001ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: BAR 1: assigned [mem 0xb8000200-0xb80002ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.2: BAR 1: set to [mem 0xb8000200-0xb80002ff] (PCI address [0xb8000200-0xb80002ff]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: BAR 4: assigned [io  0x4000-0x401f]
Aug  2 12:31:19 localhost klogd: pci 0000:0c:00.0: BAR 4: set to [io  0x4000-0x401f] (PCI address [0x4000-0x401f]
Aug  2 12:31:19 localhost klogd: uhci_hcd 0000:0c:00.0: enabling device (0000 -> 0003)
Aug  2 12:31:19 localhost klogd: uhci_hcd 0000:0c:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug  2 12:31:19 localhost klogd: uhci_hcd 0000:0c:00.0: UHCI Host Controller
Aug  2 12:31:19 localhost klogd: uhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 6
Aug  2 12:31:19 localhost klogd: uhci_hcd 0000:0c:00.0: irq 16, io base 0x00004000
Aug  2 12:31:19 localhost klogd: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
Aug  2 12:31:19 localhost klogd: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  2 12:31:19 localhost klogd: usb usb6: Product: UHCI Host Controller
Aug  2 12:31:19 localhost klogd: usb usb6: Manufacturer: Linux 2.6.33.7-pclos6.bfs uhci_hcd
Aug  2 12:31:19 localhost klogd: usb usb6: SerialNumber: 0000:0c:00.0
Aug  2 12:31:19 localhost klogd: hub 6-0:1.0: USB hub found
Aug  2 12:31:19 localhost klogd: hub 6-0:1.0: 2 ports detected
Aug  2 12:31:19 localhost klogd: ehci_hcd 0000:0c:00.2: enabling device (0000 -> 0002)
Aug  2 12:31:19 localhost klogd: ehci_hcd 0000:0c:00.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug  2 12:31:19 localhost klogd: ehci_hcd 0000:0c:00.2: EHCI Host Controller
Aug  2 12:31:19 localhost klogd: ehci_hcd 0000:0c:00.2: new USB bus registered, assigned bus number 7
Aug  2 12:31:19 localhost klogd: ehci_hcd 0000:0c:00.2: irq 16, io mem 0xb8000100
Aug  2 12:31:19 localhost klogd: ehci_hcd 0000:0c:00.2: USB 2.0 started, EHCI 1.00
Aug  2 12:31:19 localhost klogd: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
Aug  2 12:31:19 localhost klogd: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug  2 12:31:19 localhost klogd: usb usb7: Product: EHCI Host Controller
Aug  2 12:31:19 localhost klogd: usb usb7: Manufacturer: Linux 2.6.33.7-pclos6.bfs ehci_hcd
Aug  2 12:31:19 localhost klogd: usb usb7: SerialNumber: 0000:0c:00.2
Aug  2 12:31:19 localhost klogd: hub 7-0:1.0: USB hub found
Aug  2 12:31:19 localhost klogd: hub 7-0:1.0: 2 ports detected
[root@localhost steve]#


Can anyone help me configure this please. I also have an express card arriving to give 2 additional USB2 ports.System is ZenMini 2GB ram

 

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10641
  • MLUs Forever!
Re: Getting a USB 2 CardBus to work
« Reply #14 on: August 02, 2011, 07:14:09 AM »
innova,
            What ISO did you use to install?

Is your OS fully updated through Synaptic - Mark All Updates?

You appear to have an older kernel ......  what is the result of the followinf command?

uname -r

If it is 2.6.33.7  as appears to be the case from your first post then please fully update the OS, install a new kernel through Synaptic, and then install and run Aptupgrade.

If you have used one of the 2011 ISOs you can ignore the Aptupgrade instruction.

regards
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT