add old obsoleted scripts
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								cf4aed7452
							
						
					
				
			
			
				commit
				
					
						52c585a161
					
				
			
		
					 9 changed files with 48 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								enab_dialup
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								enab_dialup
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
echo 1 > /proc/sys/net/ipv4/ip_forward
 | 
			
		||||
echo 1 > /proc/sys/net/ipv4/ip_dynaddr
 | 
			
		||||
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
 | 
			
		||||
							
								
								
									
										1
									
								
								enab_fbdev
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								enab_fbdev
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
ln -s /dev/fb/0 /dev/fb0
 | 
			
		||||
							
								
								
									
										3
									
								
								enab_mobile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								enab_mobile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
~root/scripts/enab_dialup
 | 
			
		||||
ln -s /dev/tts/17 /dev/mobilephone
 | 
			
		||||
gsmctl -o pin 3561
 | 
			
		||||
							
								
								
									
										2
									
								
								enab_mouse
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								enab_mouse
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
modprobe psmouse
 | 
			
		||||
modprobe mousedev
 | 
			
		||||
							
								
								
									
										3
									
								
								enab_network
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								enab_network
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
modprobe e100
 | 
			
		||||
ifconfig eth0 192.168.1.5 up
 | 
			
		||||
route add default gw 192.168.1.2
 | 
			
		||||
							
								
								
									
										5
									
								
								enab_pcmcia
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								enab_pcmcia
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
 | 
			
		||||
modprobe pcmcia_core
 | 
			
		||||
modprobe yenta_socket
 | 
			
		||||
modprobe ds
 | 
			
		||||
cardmgr
 | 
			
		||||
							
								
								
									
										2
									
								
								enab_serial
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								enab_serial
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
modprobe serial
 | 
			
		||||
chmod a+rw /dev/tts/*
 | 
			
		||||
							
								
								
									
										18
									
								
								enab_sound
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								enab_sound
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
modprobe sound
 | 
			
		||||
#modprobe snd-ali5451
 | 
			
		||||
#modprobe snd-pcm-oss
 | 
			
		||||
chmod a+rw /dev/sound/*
 | 
			
		||||
ln -s /dev/sound/dsp /dev/dsp
 | 
			
		||||
ln -s /dev/sound/mixer /dev/mixer
 | 
			
		||||
ln -s /dev/sound/mixer1 /dev/mixer1
 | 
			
		||||
/usr/media/bin/aumix -L
 | 
			
		||||
 | 
			
		||||
case "$1" in 
 | 
			
		||||
 | 
			
		||||
	stop)
 | 
			
		||||
		rmmod sound
 | 
			
		||||
		rmmod trident
 | 
			
		||||
		rmmod soundcore
 | 
			
		||||
		rmmod ac97_codec
 | 
			
		||||
	;;
 | 
			
		||||
esac
 | 
			
		||||
							
								
								
									
										5
									
								
								enab_usbstorag
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								enab_usbstorag
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
 | 
			
		||||
modprobe ohci-hcd
 | 
			
		||||
modprobe sd_mod
 | 
			
		||||
modprobe usb-storage
 | 
			
		||||
modprobe 
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue