You are not logged in.
Pages: 1
Hello, need Card - Reader driver for laptop
I cant find Answer
[attachment=43306,2372]
[
Linux Slitaz Realtek Semiconductor RTS5116 PCI Express Card Reader
]
Offline
Hello alexx,
This doesn't work ?
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=25&PFid=25&Level=4&Conn=3&DownTypeID=3&GetDown=false#RTS5101/RTS5111/RTS5116/RTS5169
Offline
this packages .bz2 and i try compile this programm later, no result
Offline
Maybe the XP driver would work with NDISWrapper.
Offline
Ceel, very fun:) good joke
or meybe this device not work<: (sd card reader)
Offline
Hi alexx,
Try to install linux-staging package.
It contains [c]rts_pstor.ko.xz[/c] Kernel module.
From its sources:
[c]config RTS_PSTOR
tristate "RealTek PCI-E Card Reader support"
depends on PCI && SCSI[/c]
Offline
I install "linux-staging"
modprobe: module rts_pstor not found in modules.dep
Offline
Sorry, I have no experience with modules debugging. All my hardware "just works" after rebooting.
Try to find problem in dmesg log, you may find something relative... After rebooting:
[c]dmesg | grep -C5 -i rts[/c]
Or by reading dmesg log manually, without grep.
Offline
slitaz-4.0: Linux slitaz 2.6.37-slitaz #2 SMP Wed Mar 7 10:36:39 CET 2012 i686 GNU/Linux
[c]# tazpkg install rts_pstor-2.6.37.tazpkg[/c]
[c]# modprobe rts_pstor[/c]
Verify rts_pstor loaded:
[c]# lsmod | grep rts[/c]
If not auto-loaded on reboot:
Add LOAD_MODULES="rts_pstor" in /etc/rcS.conf
Offline
mojo, thanks for solution! everything work!
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]