Following the instructions on http://www.linux-usb.org/SpeedTouch/suse/index.html to connect a friend's system with a revision 2 usb-modem, the result is that the presented bootscript #!/bin/bash modprobe pppoatm count=0 while [[ $((count++)) -lt 40 ]] do if dmesg | grep 'ADSL line is up' then pppd call speedtch exit 0 fi sleep 1 done echo "The SpeedTouch firmware did not load" fails because pppoatm.ko is not present. The only ppp*.ko files present at the system are /lib/modules/2.6.18.2-34-default/kernel/drivers/net/pppoe.ko /lib/modules/2.6.18.2-34-default/kernel/drivers/net/pppox.ko /lib/modules/2.6.18.2-34-default/kernel/drivers/net/ppp_async.ko /lib/modules/2.6.18.2-34-default/kernel/drivers/net/ppp_deflate.ko /lib/modules/2.6.18.2-34-default/kernel/drivers/net/ppp_generic.ko /lib/modules/2.6.18.2-34-default/kernel/drivers/net/ppp_mppe.ko /lib/modules/2.6.18.2-34-default/kernel/drivers/net/ppp_synctty.ko (the kernel mentioned here is from my own x86_64 system, which has undergone several updates from the suse-server and hence slightly newer than the system from my friend's system, which is a fresh install) Also there is no /proc/bus/usb directory, but I don't think that's a problem; usb-disks etc are seen correctly. Has the pppoatm support changed since e.g. 10.0? And if so, can you advice me about how to configure it, or where to find valid instructions? Thanks for your advice! regards, Jogchum --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-amd64+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-amd64+help@opensuse.org