Jump to content

usb_storage.quirks: string doesn't fit in 127 chars.


Recommended Posts

Posted (edited)
Armbianmonitor:

Hi, I am trying to disable UAS mode on attached USB HDs (I have quite a good amount of those) to avoid quite common issues.

However, it seems that the usb_storage.quirks string is limited to 127 chars!

dmesg shows: usb_storage.quirks: string doesn't fit in 127 chars

I do not really see the point of limiting the string length to 127 chars..a bit more would be appreciated.

Thanks

 

Edited by Viper
Added armbianmonitor link
<
Posted

Your issue report is invalid for one or multiple reasons (non-exhaustive enumeration):

 

  • it has been stated at the wrong place
  • it lacks fundamental requested data
  • it could have been easily solved by a quick search and/or reading documentation
  • unsupported userspace/image/SBC

 

Since you refused to use the bug reporting form carefully and follow the information there as you have been asked for we have no intention to further investigate.

Please add missing information if applicable.

 

https://www.armbian.com/bugs

Posted (edited)

Armbian monitor link added.

 

From my understanding (I am not an expert) the issue seems to be in linux kernel.

 /drivers/usb/core/quirks.c specifies

static char quirks_param[128];

It seems that the length of the string is fixed. It looks quite too short to accommodate the parameters of few HD drives (I have actually approx 10+ of those attached)

I have no idea on how to fix it.

Edited by Viper
  • Viper changed the title to usb_storage.quirks: string doesn't fit in 127 chars.
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines