Realtek card reader driver linux

Realtek USB 2.0 Card Reader driver

Здесь карточка работает и висит на usb, а вот и ответ на lsusb -vv:

Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp.
Couldn’t open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 64
idVendor 0x0bda Realtek Semiconductor Corp.
idProduct 0x0129
bcdDevice 39.60
iManufacturer 1
iProduct 2
iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 39
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 4
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 6
bInterfaceProtocol 80
iInterface 5
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0003 1x 3 bytes
bInterval 10

Olej

New member

Так оно на USB или встроенное?

$ modprobe -c | grep -i 0bda | grep 0129

nik

New member

попробовал с sudo:
sudo lsusb -d 0bda:0129 -v

Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 64
idVendor 0x0bda Realtek Semiconductor Corp.
idProduct 0x0129
bcdDevice 39.60
iManufacturer 1 Generic
iProduct 2 USB2.0-CRW
iSerial 3 20100201396000000
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 39
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 4 CARD READER
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 6
bInterfaceProtocol 80
iInterface 5 Bulk-In, Bulk-Out, Interface
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0003 1x 3 bytes
bInterval 10
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)

Читайте также:  Linux изменить размер файла подкачки

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Realtek card reader driver for kernel >4.4.x (ubuntu 16.04-17.10 have broken driver and all kernels up to 4.15.0-041500rc1)

Zibri/Realtek-rts5229-linux-driver

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Linux driver for Realtek PCI-Express card reader chip.

  1. Clone this repo
  2. Copy the whole folder into /usr/src/rts5229-1.07/
  3. sudo dkms install -m rts5229 -v 1.07
  4. Copy blacklist-rts5229.conf to /etc/modprobe.d/ (Optional)
  5. sudo update-initramfs -u
  6. sudo dkms autoinstall
  7. reboot your computer

Note: Root privilege is required in step 2, 3 and 4

If you wanna unload the module after suspend, run the following command:

$ echo SUSPEND_MODULES="rts5229" | sudo tee -a /etc/pm/config.d/modules
git clone https://github.com/Zibri/Realtek-rts5229-linux-driver.git sudo mkdir /usr/src/rts5229-1.07 sudo cp Realtek-rts5229-linux-driver/* /usr/src/rts5229-1.07 cd /usr/src/rts5229-1.07 sudo su > dkms install -m rts5229 -v 1.07 > exit sudo mkinitcpio -p linux sudo dkms autoinstall reboot

About

Realtek card reader driver for kernel >4.4.x (ubuntu 16.04-17.10 have broken driver and all kernels up to 4.15.0-041500rc1)

Читайте также:  Dmg to iso on linux

Источник

realtek card reader driver Windows Mac and Linux

realtek card reader driver

realtek card reader driver download and install . realtek usb 2.0 card reader driver Windows 10, 8, 7, Vista, XP and Mac OS and Linux free download.

What is realtek card reader ?

A realtek card reader is a universal device for working with memory cards. For example, if you decide to purchase a new phone (or digital camera), you don’t need to replace a cable set with a card reader or install new drivers to connect your new device to your computer. A card reader is also useful when someone comes in with their own memory card.

The Realtek card reader driver consists of a number of drivers that your card reader of the brand Realtek uses for communication with your computer. You should download the latest version of this software driver package to get the latest bug fixes and USB 2.0 transfer features. This will greatly improve the speed of your data transfer and shorten the waiting time for you.

Card Reader Solutions > Card Reader Controllers Software

Select from the list of drivers required to download. You can also select your system to show only drivers that are compatible with your system:

realtek usb 2.0 card reader driver windows :

  • realtek usb 2.0 card reader driver for XP,Vista,Win7,Win8,Win8.1,Win10 – Download
  • realtek USB card reader driver for Win98/2K – Download
  • realtek USB smart card (CCID) reader driver – Download

realtek pcie card reader driver Linux

  • realtek card reader PCIE RTS5229 driver for Linux – Download
  • realtek PCIE RTS5209 card reader driver for Linux – Download

realtek card reader driver for Mac OS X

Источник

RealTek Card Readers drivers download

The list of the RealTek drivers for Card Readers, select your product and download drivers.

RealTek Card Readers devices:

  • RealTek RTS5111 USB smart card (CCID) reader driver Type: ZIP Version: 6.­1.­7600.­42 For: Windows
  • RealTek RTS5116 USB smart card (CCID) reader driver Type: ZIP Version: 6.­1.­7600.­42 For: Windows
  • RealTek RTS5101 PCIE card reader driver Type: ZIP Version: 6.­1.­7600.­85 For: Windows XP, Windows Vista, Windows 7, Windows 7 64-bit, Windows Vista 64-bit, Windows XP 64-bit
  • RealTek RTS5101 USB smart card (CCID) reader driver Type: ZIP Version: 6.­1.­7600.­42 For: Windows
  • RealTek RTS5116 driver Type: ZIP Version: 6.­2.­9200.­30164 For: Windows XP, Windows 7, Windows 7 64-bit, Windows XP 64-bit, Windows 8, Windows 10, Windows 8 64-bit, Windows 8.1, Windows 8.1 64-bit
  • RealTek RTS5111 PCIE card reader driver Type: BZ2 Version: 1.­10 For: Linux
  • RealTek RTS5116 USB card reader driver Type: ZIP Version: 6.­1.­7600.­30126 For: Windows XP, Windows Vista, Windows 7, Windows 7 64-bit, Windows Vista 64-bit, Windows XP 64-bit
  • RealTek RTS5116 driver Type: RAR Version: 070130 For: Windows 2000, Windows 98
  • RealTek RTS5111 driver Type: ZIP Version: 6.­2.­9200.­28144 For: Windows XP, Windows 7, Windows 7 64-bit, Windows XP 64-bit, Windows 8, Windows 10, Windows 8 64-bit, Windows 8.1, Windows 8.1 64-bit
  • RealTek RTS5101 PCIE card reader driver Type: BZ2 Version: 1.­10 For: Linux
  • RealTek RTS5101 driver Version: 6.­2.­9200.­27040 For: Windows XP, Windows 7, Windows 7 64-bit, Windows XP 64-bit, Windows 8, Windows 10, Windows 8 64-bit, Windows 8.1, Windows 8.1 64-bit
  • RealTek RTS5116 PCIE card reader driver Type: BZ2 Version: 1.­10 For: Linux
Читайте также:  Linux pattern rename file
  • Epson LQ-2180 Linux driver (ver. 1.­0)
  • RealTek ALC887 High Definition Audio Codecs driver (ver. R2.­71)
  • Ricoh SP 112 DDST Printer driver (ver. 1.­00)
  • Media-Tech MT4171 DVB-T STICK LT driver
  • M-AUDIO Fast Track Pro driver (ver. 6.­1.­10)
  • ASUS O!Play Air firmware (ver. 1.­29P)
  • HP Pavilion dm4-1310ss AMD High-Definition Graphics driver (ver. 8.­771.­1.­0 Rev.­)
  • HP 15-r001na Realtek High-Definition (HD) Audio driver (ver. 6.­0.­1.­7156)
  • HP Pavilion dv7-3135er IDT High Definition Audio CODEC driver (ver. 6.­10.­6276.­0 B)
  • HP Pavilion g7-2244sg Qualcomm Atheros Bluetooth 4.­0+HS driver (ver. 1.­00)
  • HP Pavilion dm4-1310ss Intel Turbo Boost Technology driver (ver. 1.­2.­0.­1002 Rev.­)
  • HP Pavilion dv5-1010en Realtek Card Reader driver (ver. 6.­0.­6000.­20109 A)
  • HP drivers
  • ASUS drivers
  • Lenovo drivers
  • SONY drivers
  • ACER drivers
  • Toshiba drivers
  • Canon drivers
  • Gigabyte drivers
  • Compaq drivers
  • MSI (Microstar) drivers
  • NVidia drivers
  • Dell drivers

Источник

Оцените статью
Adblock
detector