› Foros › PC › Software libre
1. tar xvzf slmodem-2.9.9.tar.gz
2. cd /usr/src
3. edit 4th line of Makefile
5. make mrproper
6. cp /boot/config-2.6.8.1-12mdk .config
7. make oldconfig
8. make prepare-all
9. Reboot with the new kernel (uname -r -> 2.6.8.1-12mdk It's ok)
10. cd slmodem-2.9.9
11. make clean
12. make
13. make install
14. modprobe slamr
15. slmodemd country=SPAIN /dev/slamr0
16. Connect with kppp
# ping 66.102.11.104
PING 66.102.11.104 (66.102.11.104) 56(84) bytes of data.
64 bytes from 66.102.11.104: icmp_seq=1 ttl=240 time=274 ms
64 bytes from 66.102.11.104: icmp_seq=4 ttl=240 time=253 ms
64 bytes from 66.102.11.104: icmp_seq=7 ttl=242 time=232 ms
64 bytes from 66.102.11.104: icmp_seq=10 ttl=242 time=222 ms
64 bytes from 66.102.11.104: icmp_seq=13 ttl=242 time=236 ms
--- 66.102.11.104 ping statistics ---
22 packets transmitted, 5 received, 77% packet loss, time 21002ms
rtt min/avg/max/mdev = 222.251/243.972/274.418/18.249 ms
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
80.58.197.113 * 255.255.255.255 UH 0 0 0 ppp0
default 80.58.197.113 0.0.0.0 UG 0 0 0 ppp0
urpme kernel-2.6.8 kernel-source
urpmi kernel-antiguo kernel-source-antiguo
RaCMaX escribió:# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
80.58.197.113 * 255.255.255.255 UH 0 0 0 ppp0
default 80.58.197.113 0.0.0.0 UG 0 0 0 ppp0
No debería haber una entrada para 127.0.0.1?
RaCMaX escribió:y los paquetes recien actualizados no tendrían problemas?