You are not logged in.
finally, my first topic
i'm running arch 64 on a hp pavilion dv6601ax (referred to as ether dv6000 or dv6500 on the hp website) and whenever i insert a card larger than one gig, it either refuses to notice the card or i get a kernel panic and a very large back-trace which i cant understand.
i have googled for a solution but the best i could find was a small patch for the driver, which was a very bad hack (that didn't work anyway).
anyone have any ideas? i'm out, and i cant keep rebooting into windows just so i can access the card
and before anyone suggests it, buying an external controller isn't really an option.
relevant infomation:
latest standard arch kernel
Linux *****laptop 2.6.26-ARCH #1 SMP PREEMPT Sun Aug 10 14:04:12 CEST 2008 x86_64 AMD Turion(tm) 64 X2 Mobile Technology TL-58 AuthenticAMD GNU/Linux
lspci info:
07:05.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
07:05.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
07:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
07:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
hwd -e info:
1180:0822 SD Host controller: Ricoh Co Ltd module: sdhci
R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter
1180:0592 System peripheral: Ricoh Co Ltd module: -
R5C592 Memory Stick Bus Host Adapter
1180:0843 System peripheral: Ricoh Co Ltd module: ricoh-mmc
R5C843 MMC Host Controller
1180:0852 System peripheral: Ricoh Co Ltd module: -
xD-Picture Card Controller
and i found this in dmesg, it may be relevant
mmc0: Will use DMA mode even though HW doesn't fully claim to support it.
mmc0: SDHCI at 0xf2100800 irq 7 DMA
This Sig Is Uber!
Offline
Hmmm...I've got the hp 6057cl with very similar hardware, also running Arch64, but w/ no problems!
lspci|grep -i ricoh
07:05.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
07:05.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
07:05.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 0a)
07:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 05)
07:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
dmesg|grep mmc (I inserted a 2GB SD card)
sda1 sda2 sda3 sda4 <sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
ricoh-mmc: Ricoh MMC Controller disabling driver
ricoh-mmc: Copyright(c) Philip Langdale
ricoh-mmc: Ricoh MMC controller found at 0000:07:05.2 [1180:0843] (rev 1)
ricoh-mmc: Controller is now disabled.
mmc0: Will use DMA mode even though HW doesn't fully claim to support it.
mmc0: SDHCI at 0xc8000800 irq 7 DMA
mmc0: new SD card at address b368
mmcblk0: mmc0:b368 LEXAR 1960448KiB
mmcblk0: p1
mmc0: card b368 removed
uname -a
Linux scotty 2.6.26-ARCH #1 SMP PREEMPT Tue Aug 26 20:53:58 UTC 2008 x86_64 AMD Turion(tm) 64 X2 Mobile Technology TL-52 AuthenticAMD GNU/Linux
That's probably not very helpful Have you tried other SD cards? With earlier kernels (like about more than about a year or so ago) I used to have to boot this machine with 'noapic irqfixup' in order to have the flash reader and USB ports active.
Just some thoughts.....
Good luck!
Scott
Offline
adding noapic irqfixup files read write for 1gb cards, but 2gb cards still causes a kernel panic
at least i can use the 1gb
I'll keep looking around, i might try that patch again
This Sig Is Uber!
Offline
kernel 2.6.27 solved the problem.
This Sig Is Uber!
Offline