View previous topic :: View next topic |
Author |
Message |
Gremo Guru
Joined: 27 Feb 2006 Posts: 450
|
Posted: Tue May 30, 2006 7:56 pm Post subject: Card reader (Texas PCI7420 CardBus Controller) |
|
|
how to get it works?
this is the partial output of lspci:
Code: |
CardBus bridge: Texas Instruments PCI7420 CardBus Controller
|
i have no idea about kernel config or other software required..
however i hope you can help me because i think many notebooks have this controller
thanks |
|
Back to top |
|
|
forgotten1 Guru
Joined: 11 Jan 2005 Posts: 477 Location: East Coast, USA
|
Posted: Wed May 31, 2006 1:03 am Post subject: |
|
|
If I assume you are speaking only of enabling PCMCIA, then this is the pertinent section of the Handbook:
Installation handbook wrote: | Code Listing 13: Enabling PCMCIA support for 2.6 kernels
Bus options (PCI, PCMCIA, EISA, MCA, ISA) --->
PCCARD (PCMCIA/CardBus) support --->
<*> PCCard (PCMCIA/CardBus) support
(select 16 bit if you need support for older PCMCIA cards. Most people want this.)
<*> 16-bit PCMCIA support
[*] 32-bit CardBus support
(select the relevant bridges below)
--- PC-card bridges
<*> CardBus yenta-compatible bridge support (NEW)
<*> Cirrus PD6729 compatible bridge support (NEW)
<*> i82092 compatible bridge support (NEW)
<*> i82365 compatible bridge support (NEW)
<*> Databook TCIC host bridge support (NEW)
|
You'll find most newer laptops only require the yenta-compatible support.
If you are interested in the smartcard reader, then you'll want to watch www.musclecard.com. Chances are you will see drivers for your reader there first. Support for them is still growing. |
|
Back to top |
|
|
Gremo Guru
Joined: 27 Feb 2006 Posts: 450
|
Posted: Wed May 31, 2006 1:26 am Post subject: |
|
|
mhm...sorry, i was talking about my (integrated, not PCMCIA or usb) card reader for memory stick...
so where whould i look? |
|
Back to top |
|
|
forgotten1 Guru
Joined: 11 Jan 2005 Posts: 477 Location: East Coast, USA
|
Posted: Wed May 31, 2006 2:10 am Post subject: |
|
|
post the full results of lspci. I'm not quite sure what it is you are talking about, and that may help. If I understand you, your laptop has an integrated reader for 'memory sticks'? And what type of 'memory sticks' are they? SD card etc... |
|
Back to top |
|
|
Gremo Guru
Joined: 27 Feb 2006 Posts: 450
|
Posted: Wed May 31, 2006 2:17 am Post subject: |
|
|
forgotten1 wrote: | post the full results of lspci. I'm not quite sure what it is you are talking about, and that may help. If I understand you, your laptop has an integrated reader for 'memory sticks'? And what type of 'memory sticks' are they? SD card etc... |
thanks for helping, here is lspci:
Code: |
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
06:03.0 CardBus bridge: Texas Instruments PCI7420 CardBus Controller
06:03.2 FireWire (IEEE 1394): Texas Instruments PCI7x20 1394a-2000 OHCI Two-Port PHY/Link-Layer Controller
06:03.3 Mass storage controller: <pci_lookup_name: buffer too small>
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
06:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile (rev 04)
|
currently, i'm reading (on windows) a "mermory stick duo" but i think this is the only supported memory (on a sony laptop ) |
|
Back to top |
|
|
forgotten1 Guru
Joined: 11 Jan 2005 Posts: 477 Location: East Coast, USA
|
Posted: Wed May 31, 2006 2:26 am Post subject: |
|
|
ok, now post the results of If it complains that it cannot find the command, thenand then run lsusb |
|
Back to top |
|
|
Gremo Guru
Joined: 27 Feb 2006 Posts: 450
|
Posted: Wed May 31, 2006 2:31 am Post subject: |
|
|
forgotten1 wrote: | ok, now post the results of If it complains that it cannot find the command, thenand then run lsusb |
output of lsusb:
Code: |
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 002: ID 04b4:0001 Cypress Semiconductor Corp. Mouse
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 004: ID 05e3:0702 Genesys Logic, Inc. USB 2.0 IDE Adapter
Bus 001 Device 001: ID 0000:0000
|
|
|
Back to top |
|
|
forgotten1 Guru
Joined: 11 Jan 2005 Posts: 477 Location: East Coast, USA
|
Posted: Wed May 31, 2006 10:54 am Post subject: |
|
|
Ok, based on the output of both, my guess is that the integrated Sony memory stick reader is the PCI device 06:03.3. I say 'guess' because I haven't actually configured one myself.
But I'm curious about the Genesys Logic USB 2.0 IDE Adapter reported by lsusb. Do you have something else plugged into your usb ports other than a mouse? The reason I ask, is that on my laptop, there is an optional internal bluetooth card that is connected through the USB system. I am trying to determine wheter that the USB IDE adapter is installed internally, or if it's something you have plugged into a port. |
|
Back to top |
|
|
Gremo Guru
Joined: 27 Feb 2006 Posts: 450
|
Posted: Thu Jun 01, 2006 1:31 pm Post subject: |
|
|
forgotten1 wrote: | Ok, based on the output of both, my guess is that the integrated Sony memory stick reader is the PCI device 06:03.3. I say 'guess' because I haven't actually configured one myself.
But I'm curious about the Genesys Logic USB 2.0 IDE Adapter reported by lsusb. Do you have something else plugged into your usb ports other than a mouse? The reason I ask, is that on my laptop, there is an optional internal bluetooth card that is connected through the USB system. I am trying to determine wheter that the USB IDE adapter is installed internally, or if it's something you have plugged into a port. |
it is an exeternal usb hard-drive.
so, what should i do? can i use sony memory stick reader? how? anyone with a vaio lapton can help??? |
|
Back to top |
|
|
forgotten1 Guru
Joined: 11 Jan 2005 Posts: 477 Location: East Coast, USA
|
Posted: Thu Jun 01, 2006 2:09 pm Post subject: |
|
|
I've scoured the forums and linux-laptops.org, and it looks like the memory stick reader may not be supported.
But the person who wrote this post: memory stick claimed success.
This person also claims success: Sony Laptop Memory Stick reader - how to?
The common theme seems to be proper filesystem support configuration in the kernel. Sorry I can't be of much more help. |
|
Back to top |
|
|
|