Skip to content
Snippets Groups Projects
Commit 0b2b72b5 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Alessandro Rubini
Browse files

init scripts: fix initialization of management port

On some swtiches the management port was not accessible, most likely
for wrong timing in overall setup.  Removing and re-loading the
usb gadget module seems to fix the problem.
parent 535b82a8
Branches
Tags
No related merge requests found
#!/bin/sh
#for ttyGS0 console
insmod /lib/modules/2.6.39/kernel/g_serial.ko
\ No newline at end of file
insmod /lib/modules/2.6.39/kernel/g_serial.ko
rmmod g_serial
insmod /lib/modules/2.6.39/kernel/g_serial.ko
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment