[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.
https://bugs.launchpad.net/bugs/971876

Title:
  Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and
  udisks Rule

Status in Linux:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in udisks package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name "rts_bpp". As
  such a new udisks rule is necessary for automounting.

  New driver is attached "rts_bpp.tar.bz2".

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS=="rts_bpp", ENV{ID_DRIVE_FLASH_SD}="1"

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS=="rts_bpp", ENV{ID_DRIVE_FLASH_SD}="1"' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 (PCI 03:00.0) Driver and
  udisks Rule

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 5289 (PCI 03:00.0) Driver and
  udisks Rule

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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.
https://bugs.launchpad.net/bugs/971876

Title:
  Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and
  udisks Rule

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 (PCI 03:00.0) Driver and
  udisks Rule

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 RTL8411 Device 5289 (PCI 03:00.0) Driver and
  udisks Rule

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 /lib/modules/3.8.0-27-generic/build/ SUBDIRS=/home/dima/install/rts_bpp 
modules
make[1]: Вход в каталог `/usr/src/linux-headers-3.8.0-27-generic'
  CC [M]  /home/dima/install/rts_bpp/rtsx.o
/home/dima/install/rts_bpp/rtsx.c:1074:2: ошибка: неявная декларация функции 
«__devexit_p» [-Werror=implicit-function-declaration]
/home/dima/install/rts_bpp/rtsx.c:1074:2: ошибка: элемент инициализатора не 
является константой
/home/dima/install/rts_bpp/rtsx.c:1074:2: ошибка: (где-то рядом с 
инициализацией для «driver.remove»)
/home/dima/install/rts_bpp/rtsx.c:1048:13: предупреждение: «rtsx_remove» 
определена, но нигде не используется [-Wunused-function]
cc1: некоторые предупреждения рассматриваются как ошибки
make[2]: *** [/home/dima/install/rts_bpp/rtsx.o] Ошибка 1
make[1]: *** [_module_/home/dima/install/rts_bpp] Ошибка 2
make[1]: Выход из каталога `/usr/src/linux-headers-3.8.0-27-generic'
make: *** [default] Ошибка 2

Then I tried sudo make:

dima@ASUS-K55VD:~/install/rts_bpp$ sudo make
[sudo] password for dima: 
cp -f ./define.release ./define.h
make -C /lib/modules/3.8.0-27-generic/build/ SUBDIRS= modules
make[1]: Вход в каталог `/usr/src/linux-headers-3.8.0-27-generic'
make[2]: *** Нет правила для сборки цели 
`/usr/src/linux-headers-3.8.0-27-generic/arch/x86/syscalls/syscall_32.tbl', 
требуемой для `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h'.  
Останов.
make[1]: *** [archheaders] Ошибка 2
make[1]: Выход из каталога `/usr/src/linux-headers-3.8.0-27-generic'
make: *** [default] Ошибка 2

Well, this bug not so long ago have stopped bothering me, 'cos I bought
external card reader, and now it's alright with SD cards. But
nevertheless it's a pity I can't use internal laptop cardreader in
Linux.

-- 
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

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: 

[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 archive, edit rtsx.c:
2.1. Remove __devinit from rtsx_probe in line 893
2.2. Remove __devexit from rtsx_remove in line 1048
2.3. Extract rtsx_remove from __devexit_p() in line 1074
3. Compile with make
4. As root, make install
5. Blacklist rtsx_pci in /etc/modprobe.d/rtsx_blacklist.conf (add blacklist 
rtsx_pci)
6. 'modprobe rts_bpp'
7. run mkinitcpio -p linux (I'm not entirely sure this is necessary, but I run 
it, so I'm including it here).
8. Restart the machine
9. You're good to go.

-- 
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

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 03:00.0) Driver and
  udisks Rule

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and
  udisks Rule

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[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 like a typo, the other `cp` commands look just fine.

-- 
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

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “udisks” package in Ubuntu:
  Fix Released

Bug description:
  We have been provided with a new Realtek Card Reader driver for this
  device. The code is GPL licensed but we don't see it publicly
  available yet. This is a new driver module with the name rts_bpp. As
  such a new udisks rule is necessary for automounting.

  New driver is attached rts_bpp.tar.bz2.

  For automount, the following line needs to be added to
  '/lib/udev/rules.d/80-udisks.rules'

  DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1

  #

  We created a DKMS module .deb to make install easier until the driver
  can be included in Ubuntu. Commands:

  wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
  sudo apt-get install dkms
  sudo dpkg -i rts-bpp-dkms_1.1_all.deb
  echo 'DRIVERS==rts_bpp, ENV{ID_DRIVE_FLASH_SD}=1' | sudo tee -a 
/lib/udev/rules.d/81-udisks-realtek.rules

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: udisks 1.0.4-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Mon Apr  2 14:16:29 2012
  HotplugNewDevices: /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6331-6363 vfat 
rw,nosuid,nodev,relatime,uid=2,gid=2,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: CLEVO CO. W240EU/W250EUQ/W270EUQ
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=596df159-fc9a-41b4-8528-5dca5215dbd5 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd02/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/971876/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp