LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-12-2019, 01:51 PM   #1
davecs
Member
 
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 503

Rep: Reputation: 32
USB Connection to remote control URC-6440 no longer mounts.


I have used PCLinuxOS for a long time, and a year or more ago, the USB connection to my OneForAll Remote URC-6440 stopped mounting when plugged in. Just as well that I didn't need to change the settings on it. I do this using the RemoteMaster program from http://www.hifiremote.com/forums/

I also installed on spare partitions, MX-Linux 17 then 18, and antiX 17, both based on Debian and they worked. However, they now both have their versions 19 in ßeta, and they don't work any more in those version. In the case of MX, it's using the very same kernel, so it's not that.

What I think has happened, is that the more recent system software is more sensitive to less than perfect interfaces and is rejecting the auto-mount. I can force it to mount from the command line, but when that is done, the Remote Master program still can't read it.

This is the dmesg -c output for the two situations:

1. Mounts in MX-Linux 18:

Code:
# dmesg -c
[24722.734213] usb 1-3.2: new full-speed USB device number 11 using xhci_hcd
[24722.829262] usb 1-3.2: New USB device found, idVendor=06e7, idProduct=8015, bcdDevice= 0.01
[24722.829267] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[24722.829271] usb 1-3.2: Product: UEI Mass Storage           
[24722.829275] usb 1-3.2: Manufacturer: UEI Remotes              
[24722.829278] usb 1-3.2: SerialNumber: 000000000001
[24722.835395] usb-storage 1-3.2:1.0: USB Mass Storage device detected
[24722.835765] scsi host7: usb-storage 1-3.2:1.0
[24723.844048] scsi 7:0:0:0: Direct-Access                                    PQ: 0 ANSI: 0
[24723.844670] sd 7:0:0:0: Attached scsi generic sg4 type 0
[24723.846244] sd 7:0:0:0: [sdd] 465 512-byte logical blocks: (238 kB/233 KiB)
[24723.847174] sd 7:0:0:0: [sdd] Write Protect is off
[24723.847181] sd 7:0:0:0: [sdd] Mode Sense: 03 00 00 00
[24723.848057] sd 7:0:0:0: [sdd] No Caching mode page found
[24723.848069] sd 7:0:0:0: [sdd] Assuming drive cache: write through
[24723.973650]  sdd: sdd1
[24723.973672] sdd: p1 size 465 extends beyond EOD, enabling native capacity
[24724.096509]  sdd: sdd1
[24724.096517] sdd: p1 size 465 extends beyond EOD, truncated
[24724.101354] sd 7:0:0:0: [sdd] Attached SCSI disk
[24730.267488] sd 7:0:0:0: [sdd] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[24730.267497] sd 7:0:0:0: [sdd] tag#0 Sense Key : Illegal Request [current] 
[24730.267501] sd 7:0:0:0: [sdd] tag#0 Add. Sense: No additional sense information
[24730.267507] sd 7:0:0:0: [sdd] tag#0 CDB: Write(10) 2a 00 00 00 00 01 00 00 01 00
[24730.267510] print_req_error: I/O error, dev sdd, sector 1
[24730.267521] Buffer I/O error on dev sdd1, logical block 0, lost sync page write
2. Fails to mount in MX-19

Code:
[  987.884896] usb 1-4.1: new full-speed USB device number 10 using xhci_hcd
[  987.987035] usb 1-4.1: New USB device found, idVendor=06e7, idProduct=8015, bcdDevice= 0.01
[  987.987036] usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  987.987037] usb 1-4.1: Product: UEI Mass Storage           
[  987.987038] usb 1-4.1: Manufacturer: UEI Remotes              
[  987.987038] usb 1-4.1: SerialNumber: 000000000001
[  987.992903] usb-storage 1-4.1:1.0: USB Mass Storage device detected
[  987.993018] scsi host6: usb-storage 1-4.1:1.0
[  988.998208] scsi 6:0:0:0: Direct-Access                                    PQ: 0 ANSI: 0
[  988.998511] sd 6:0:0:0: Attached scsi generic sg3 type 0
[  989.000183] sd 6:0:0:0: [sdc] 465 512-byte logical blocks: (238 kB/233 KiB)
[  989.001028] sd 6:0:0:0: [sdc] Write Protect is off
[  989.001031] sd 6:0:0:0: [sdc] Mode Sense: 03 00 00 00
[  989.001922] sd 6:0:0:0: [sdc] No Caching mode page found
[  989.001923] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[  989.123293]  sdc: sdc1
[  989.123296] sdc: p1 size 465 extends beyond EOD, enabling native capacity
[  989.245896]  sdc: sdc1
[  989.245899] sdc: p1 size 465 extends beyond EOD, truncated
[  989.250976] sd 6:0:0:0: [sdc] Attached SCSI disk
[  991.193291] sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  991.193293] sd 6:0:0:0: [sdc] tag#0 Sense Key : Illegal Request [current] 
[  991.193294] sd 6:0:0:0: [sdc] tag#0 Add. Sense: No additional sense information
[  991.193295] sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 00 00 01 01 00 00 08 00
[  991.193296] print_req_error: I/O error, dev sdc, sector 257 flags 80700
[  991.223496] sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  991.223498] sd 6:0:0:0: [sdc] tag#0 Sense Key : Illegal Request [current] 
[  991.223499] sd 6:0:0:0: [sdc] tag#0 Add. Sense: No additional sense information
[  991.223500] sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 00 00 01 01 00 00 08 00
[  991.223501] print_req_error: I/O error, dev sdc, sector 257 flags 0
[  991.223503] Buffer I/O error on dev sdc1, logical block 32, async page read
[  992.270082] sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  992.270085] sd 6:0:0:0: [sdc] tag#0 Sense Key : Illegal Request [current] 
[  992.270086] sd 6:0:0:0: [sdc] tag#0 Add. Sense: No additional sense information
[  992.270088] sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 00 00 01 01 00 00 08 00
[  992.270089] print_req_error: I/O error, dev sdc, sector 257 flags 80700
[  992.300273] sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  992.300275] sd 6:0:0:0: [sdc] tag#0 Sense Key : Illegal Request [current] 
[  992.300276] sd 6:0:0:0: [sdc] tag#0 Add. Sense: No additional sense information
[  992.300277] sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 00 00 01 01 00 00 08 00
[  992.300278] print_req_error: I/O error, dev sdc, sector 257 flags 0
[  992.300279] Buffer I/O error on dev sdc1, logical block 32, async page read
Does anyone know how I can give some standing permission how to accept this device? There is a Vendor and ID number. Does anyone know how this is done?
 
Old 09-13-2019, 07:39 AM   #2
davecs
Member
 
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 503

Original Poster
Rep: Reputation: 32
I did some reading up, and can maybe simplify the question, but I still don't have a clue of the answer.

Simplified question is:

Can I set a udev rule to make a named USB mass storage device (in this case Vendor 06e7 Product 8015) automount rw (all users) bypassing system checks for its validity?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] CC Witness no longer mounts on 14.2 64 (USB / XFCE) - How to compensate? magicm Slackware 6 06-28-2017 10:59 AM
Current-x64: Thunar no longer mounts USB disks davleema Slackware 1 04-24-2017 04:23 PM
dvd burner no longer mounts microwave_safe Linux - Hardware 2 11-17-2005 11:39 AM
USB Memory Key no longer mounts DoddyUK Linux - Hardware 4 05-21-2005 03:16 PM
cdrom no longer mounts ergo_sum Linux - Hardware 4 09-21-2003 10:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration