[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2016-07-19 Thread Tabuu
The website now gives a 404 error so how would I do this now? Please send a new set of command prompt entries. I use elementary OS with Ubuntu 12.04 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-12-14 Thread exzemat
ok, I created bug here https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/1250605 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/971876 Title: Realtek Card Reader RTL8411 Device 5289

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-11-12 Thread exzemat
I forget to specify that the log above is the result of the solution proposed in post #41 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/971876 Title: Realtek Card Reader RTL8411 Device

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-11-12 Thread Colin Law
This bug has been fixed, the 13.10 kernel should support this device without a workaround. Anyone still seeing a problem should report a new bug. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-10-11 Thread rob
Thank you guys This fix worked brilliantly on my ASUS X550CC running Kubuntu 12.04 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/971876 Title: Realtek Card Reader RTL8411 Device 5289

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-09-04 Thread robert leleu
also with 3.8.0-19 mmc0: new SD card at address 0001 mmcblk0: mmc0:0001 SDMMC 976 MiB mmcblk0: p1 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/971876 Title: Realtek Card Reader

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-15 Thread Dmitriy Kodanev
tobiasBora, it didn't work for me. I use Xubuntu 13.04 x64. My errors are in Russian but maybe you could understand. So what I have when I do 'make' (step 3 from your instruction): dima@ASUS-K55VD:~/install/rts_bpp$ make cp -f ./define.release ./define.h make -C

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-14 Thread tobiasBora
This solution given here : https://bbs.archlinux.org/viewtopic.php?pid=1263089#p1263089 works perfecly : 1. Download rts_bpp.tar.bz2 from launchpad (I tried with this one : https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/971876/+attachment/2991730/+files/rts_bpp.tar.bz2) 2. Extract

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-14 Thread tobiasBora
I forgot to remove the 7) which is useless (and which was for ArchLinux). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/971876 Title: Realtek Card Reader RTL8411 Device 5289 (PCI

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-14 Thread tobiasBora
( Tested with the Kernel 3.5.0-37-generic) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/971876 Title: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-06 Thread Stéphane Alnet
Duh. It should do: install: cp -f $(TARGET_MODULE).ko /lib/modules/$(shell uname -r)/kernel/drivers/scsi -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/971876 Title: Realtek

[Kernel-packages] [Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-06 Thread Stéphane Alnet
As a sidenote the Makefile in rts_bpp.tar.bz2 incorrectly does install: cp $(TARGET_MODULE).ko /lib/modules/$(shell uname -r)/kernel/drivers/scsi -f where it should do install: cp $(TARGET_MODULE).ko /lib/modules/$(shell uname -r)/kernel/drivers/scsi -f This looks