Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HP N54L baremetal Xpenology #130

Open
gnat8 opened this issue Sep 27, 2024 · 9 comments
Open

HP N54L baremetal Xpenology #130

gnat8 opened this issue Sep 27, 2024 · 9 comments

Comments

@gnat8
Copy link

gnat8 commented Sep 27, 2024

Hi,
I'm running Xpenology on HP N54L, platform broadwellnk/dsm-7.2
I'm trying to get UB ports working.
I followed the guide https://mariushosting.com/synology-how-to-add-usb-support-on-dsm-7/ and then I follow up with manual install using the guide in this repository.
I manage to get working a memory USB stick (on three different usb ports out of 6 available) but the system does not recognise it everytime (using lsusb from terminal).
My real problem is to get working a serial USB adapter (succefully used on Raspberry and usually recognised as cp210x).
I plug it but it is not listed in lsusb.
FYI following your guide, after "/usr/local/etc/rc.d/usb-serial-drivers.sh start", I didn't get any reply from the terminal.
I'm newbie of linux console. I need some teach to do somekind of debug of what is happening.

Any chance to make it work?
Thank you!

@robertklep
Copy link
Owner

A device not showing in the output of lsusb is a hardware problem. Try using a USB extension cable between your computer and the device.

@gnat8
Copy link
Author

gnat8 commented Sep 27, 2024

Actually I have it on a 10 cm cable extension and I tried also with a passive USB hub. No difference.

@robertklep
Copy link
Owner

Possibly something else then, but it has nothing to do with missing drivers I'm afraid.

@gnat8
Copy link
Author

gnat8 commented Sep 27, 2024

Cattura
Is it normal that only ch341 and pl2303 are loaded?

@robertklep
Copy link
Owner

I would expect the cp210x driver to be loaded as well. You can manually load it to see why it won't load:

sudo insmod /lib/modules/cp210x.ko

However, the driver not being loaded has no bearing on the device not showing up in the output of lsusb, which is to show which USB devices are attached to your machine. A device needs to show up there before a driver be attached to it.

@gnat8
Copy link
Author

gnat8 commented Sep 28, 2024

It replies "could not insert module, invalid module format".
In the meantime I'm trying different usb cable, powered hubs, bios option.
Many problems to be solved here..

@robertklep
Copy link
Owner

Try downloading the module again, sounds like it didn't download correctly.

In any case, I can't fix hardware issues 🤷🏼‍♂️

@gnat8
Copy link
Author

gnat8 commented Sep 28, 2024

Cattura

Other than HW issue, I'm still not able to load the module.
I removed old cp210x.ko, and reloaded w/o positive result.
Everything done after 'sudo su' command

@robertklep
Copy link
Owner

You're not downloading from the correct URL, it should be this:
https://github.com/robertklep/dsm7-usb-serial-drivers/raw/refs/heads/main/modules/broadwellnk/dsm-7.2/cp210x.ko

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants