Viper Posted March 20, 2021 Posted March 20, 2021 (edited) Armbianmonitor: http://ix.io/2Tz7 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 March 20, 2021 by Viper Added armbianmonitor link 0 Quote
Werner Posted March 20, 2021 Posted March 20, 2021 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 0 Quote
Viper Posted March 20, 2021 Author Posted March 20, 2021 (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 March 20, 2021 by Viper 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.