[gentoo-user] OT: Sansa e260 MicroSD

2006-10-02 Thread Devon Miller
I'm trying to get my Sansa  e260 to work under Gentoo.I can mount the flash via /dev/sda1, but I can't find the microSD card under linux.I expected it would show up as /dev/sdb or something like that, but no dice.

lsusb gives me:Bus 001 Device 014: ID 0781:7421 SanDisk Corp.When it's plugged in, this is what dmesg reports:usb-storage: device found at 14
usb-storage: waiting for device to settle before scanning  Vendor: SanDisk   Model: Sansa e260    Rev:  Type:   Direct-Access  ANSI SCSI revision: 00SCSI device sda: 7854080 512-byte hdwr sectors (4021 MB)
sda: Write Protect is offsda: Mode Sense: 45 00 00 00sda: assuming drive cache: write throughSCSI device sda: 7854080 512-byte hdwr sectors (4021 MB)sda: Write Protect is offsda: Mode Sense: 45 00 00 00
sda: assuming drive cache: write through sda: sda1 sda2sd 2:0:0:0: Attached scsi removable disk sdausb-storage: device scan completeSyslog reports basically the same information with this additional line:
[scsi.agent] disk at /devices/pci:00/:00:11.2/usb1/1-2/1-2:128.0/host2/target2:0:0/2:0:0:0The only nodes udev creates is sda, sda1, and sda2. The sda1 is the accessible built-in flash and sda2 is the firmware image. Am I missing a kernel module?
Any ideas? Even if it's just a pointer to a better place to ask this questiondcm.


Re: [gentoo-user] OT: Sansa e260 MicroSD

2006-10-03 Thread Steve McGrath
On Mon, 2006-10-02 at 22:41 -0400, Devon Miller wrote:
> I'm trying to get my Sansa  e260 to work under Gentoo.
> 
> I can mount the flash via /dev/sda1, but I can't find the microSD card
> under linux.
> I expected it would show up as /dev/sdb or something like that, but no
> dice. 

I think this might be the same problem I had with my USB 5-in-1
cardreader. It would only recognize one of the slots until I recompiled
the kernel kernel with "Probe all LUNs on each SCSI device." It's under
Device Drivers->SCSI device support.

HTH,
-Steve

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Sansa e260 MicroSD

2006-10-03 Thread Devon Miller
Thanks! That was it. I now have another gig of /dev/sdb1 goodness.dcmOn 10/3/06, Steve McGrath <
[EMAIL PROTECTED]> wrote:On Mon, 2006-10-02 at 22:41 -0400, Devon Miller wrote:
> I'm trying to get my Sansa  e260 to work under Gentoo.>> I can mount the flash via /dev/sda1, but I can't find the microSD card> under linux.> I expected it would show up as /dev/sdb or something like that, but no
> dice.I think this might be the same problem I had with my USB 5-in-1cardreader. It would only recognize one of the slots until I recompiledthe kernel kernel with "Probe all LUNs on each SCSI device." It's under
Device Drivers->SCSI device support.HTH,-Steve--gentoo-user@gentoo.org mailing list