Commit 0b2b72b5 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Alessandro Rubini

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
#!/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
Markdown is supported
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