+obsolete

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-07-21 14:56:31 +02:00
parent 801822d60e
commit dbf2486c21
2 changed files with 21 additions and 0 deletions

8
obsolete/modem_connect Executable file
View File

@ -0,0 +1,8 @@
modprobe ppp_generic
modprobe ppp_async
modprobe ppp_deflate
modprobe ppp_synctty
modprobe 8250 #serial 2.5
modprobe serial #serial 2.4
modprobe bsd_comp
pppd user arcor

View File

@ -0,0 +1,13 @@
case $1 in
start)
cardmgr
cardctl status 0
cardctl status 1
;;
stop)
killall cardmgr
rmmod ds
rmmod yenta_socket
rmmod pcmcia_core
;;
esac