+obsolete
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
801822d60e
commit
dbf2486c21
2 changed files with 21 additions and 0 deletions
8
obsolete/modem_connect
Executable file
8
obsolete/modem_connect
Executable 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
|
13
obsolete/pcmcia-hacked.old
Normal file
13
obsolete/pcmcia-hacked.old
Normal 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
|
Loading…
Add table
Reference in a new issue