Re: 700m SD driver link

2005-03-09 Thread Daniel Pittman
On 10 Mar 2005, Benedek Frank wrote: [... driver for SD cards ...] > Yes, but this is for Windows, and this is a Debian forum, hence I was looking > for a Linux driver. > > Thanks for the link though, I wish they had a Linux driver as well. There has been some talk on the Linux kernel list of in

Re: 700m SD driver link

2005-03-09 Thread Benedek Frank
;releaseid=R85896&SystemID=INS_PNT_PM_700M&category=0&os=W >W 1&osl=en&deviceid=7271&devlib=27&fileid=112452 > > if you are too lazy (J/k) to go to dell website. > > also, you might want to update all the drivers since reallly the only way > that your 70

700m SD driver link

2005-03-09 Thread Tim Maynard Jewel Lo
e.   also, you might want to update all the drivers since reallly the only way that your 700m SD slot isn't working is having been reformatted HD...   t

700m SD

2005-03-09 Thread Tim Maynard Jewel Lo
Title: Message yes, you need to instal the SD card driver from dell's website...it's listed as the Texas Instrument SD card driver...sounds like you reformatted your HD, b/c the drive should have worked off the bat unless you reformatted or replaced the HD..it is not connected the the PCMCIA

Dell 700m SD card reader, possible to make it work? TI PCI7420/PCI7620 controller.

2005-03-07 Thread Benedek Frank
Hi. I have a Dell 700m with a built in SD card controller, that is I think connected to the PCMCIA in some way. I never used it before, but I would like to now, as I have SD cards now. lspci outputs the following with using 2.6.9 kernel :02:04.3 Unknown mass storage controller: Texas Ins

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Andrew McMillan
On Wed, 2004-12-15 at 14:22 -0800, Benedek Frank wrote: > I browsed on the web for hours, and all I found was that this issue has not > been worked out yet. People say, that some reverse engineering is needed for > this to work, and nobody has done it yet. > > Anyways, thanks for the input. By t

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Juraj Ziegler
Benedek Frank wrote: lspci reports the following. :02:04.3 Unknown mass storage controller: Texas Instruments PCI7420/PCI7620 Dual Socket CardBus and Smart Card Cont. w/ 1394a-2000 OHCI Two-PortPHY/Link-Layer Cont. an On my IBM Thinkpad X20, there is also a built-in CompactFlash reader. It

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Tobias Bachmor
Hi again, Am Dienstag, den 14.12.2004, 16:12 -0800 schrieb Benedek Frank: > lspci reports the following. > > :02:04.3 Unknown mass storage controller: Texas Instruments > PCI7420/PCI7620 Dual Socket CardBus and Smart Card Cont. w/ 1394a-2000 OHCI > Two-PortPHY/Link-Layer Cont. an You can't

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Benedek Frank
I browsed on the web for hours, and all I found was that this issue has not been worked out yet. People say, that some reverse engineering is needed for this to work, and nobody has done it yet. Anyways, thanks for the input. By the way, not only the Dell 700m, but all laptops that come with th

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Derek Broughton
On Wednesday 15 December 2004 04:10, Juraj Ziegler wrote: > Benedek Frank wrote: > > lspci reports the following. > > > > :02:04.3 Unknown mass storage controller: Texas Instruments > > PCI7420/PCI7620 Dual Socket CardBus and Smart Card Cont. w/ 1394a-2000 > > OHCI Two-PortPHY/Link-Layer Cont.

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Derek Broughton
On Wednesday 15 December 2004 14:47, Benedek Frank wrote: > > Can you tell me if there is a way to know which device name it is using? > Like hde or hdf etc. Like for SCSI and USB, you can use sg_map and it will > show what is and where is. Thanks. I don't know specifically, but udev should be use

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Derek Broughton
On Wednesday 15 December 2004 11:34, Curt Howland wrote: > Nope. A compact flash card in PCMCIA shows up as an IDE device. > > Here's my entries in /etc/fstab > > # mount -t vfat /dev/hde1 /flash > /dev/hde1 /mnt/flash vfat defaults,user,noauto 0 0 OK, that'll do. hde is fine, but having it appea

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Benedek Frank
On Wednesday 15 December 2004 08:23 am, Juraj Ziegler wrote: > Derek Broughton wrote: > > On Wednesday 15 December 2004 04:10, Juraj Ziegler wrote: > >>Benedek Frank wrote: > >>>lspci reports the following. > >>> > >>>:02:04.3 Unknown mass storage controller: Texas Instruments > >>>PCI7420/PCI7

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Juraj Ziegler
Derek Broughton wrote: On Wednesday 15 December 2004 04:10, Juraj Ziegler wrote: Benedek Frank wrote: lspci reports the following. :02:04.3 Unknown mass storage controller: Texas Instruments PCI7420/PCI7620 Dual Socket CardBus and Smart Card Cont. w/ 1394a-2000 OHCI Two-PortPHY/Link-Layer Cont.

Re: Dell 700m SD cardslot - HowToUse?

2004-12-15 Thread Curt Howland
Nope. A compact flash card in PCMCIA shows up as an IDE device. Here's my entries in /etc/fstab # mount -t vfat /dev/hde1 /flash /dev/hde1 /mnt/flash vfat defaults,user,noauto 0 0 However, I have a dedicated Sony memorystick cardslot (this being a Sony Vaio, of course) that shows up as a SCSI d

Dell 700m SD cardslot - HowToUse?

2004-12-14 Thread Benedek Frank
Hi On my new Dell 700m I found a cardslot, that I cannot utilize. I have external USB card reader, and when I install that I use sg3-utils to utilize it. sg_scan -i will show me where the device it sg_map will show me what is the /dev/ name of it, so I can mount it. Now, when I do those steps