ed
public text v1 · immutable#!/bin/sh### BEGIN INIT INFO# Provides: modprobeviarhine# Required-Start:# Required-Stop: modprobeviarhine# Default-Start:# Default-Stop: 0 6# Short-Description: removes the via_rhine module so the chipset resets# Description: If this is not done than the ethernet port associated will# not come back until the power has been extra hard reset (using psu switch).### END INIT INFO/sbin/modprobe -r via_rhineecho 'It Workd' > /home/ed/someFile.txt