I know it don't work! my question is why?
Of course is better think first then ask...

FC2 (test2) don't have speedtouch driver nor ATM build for the kernel. Just as simple as that!! Simple too... They must be build!
GENERAL NOTE: BE CAREFUL. Rebuilding the kernel can lead you to an unuseable system (just if something goes really wrong... but you can always redo the Install CDs routine, choosing the Recover/Update System!).
So, here how I've done:
(NOTES: Fresh Install. No SELinux. MUST have kernel sources installed.
edit: If you connect with a kernel 2.4 use the same method for the new 2.6. As a general How-to I list how I install and connect. I use T. Cogumbreiro's "gpppoe-conf Speedtouch Suite" It does EVERYTHING to SpeedTouch Installation, quickly and with a GUI. The best!! Get it from:
http://s1x.homelinux.net/gpppoe-conf.php or
http://freshmeat.net/projects/gpppoe-conf )
( as root: )
1) mkdir /root/build/kernel
2) cd /usr/src/linux-2.6.3-2.1.253.2.1
(of course here you look for your kernel number....)
3) make 0=/root/build/kernel/ xconfig
3a) search and add: ATM, br2628, speedtch, (pppoa or pppoe)
4) make 0=/root/build/kernel/
5) make 0=/root/build/kernel/ modules_install install
6) {Reboot. Choose new custom kernel at grub. Everything OK?}
7) {Uncompress gpppoe-conf-0.3-ss to /usr}
8) gpppoe-conf
9) {edit /etc/ppp/options to:
noauth
lock
usepeerdns
noipdefault
9) speedtouch-pppoe start
9a) if not connected do 9) again and check
/var/log/messages
9b) if connected but can't do any net surf:
edit /etc/resolv.conf and add the lines of /etc/ppp/resolv.conf. Like this:
nameserver xxx.xxx.xxx.xxx
nameserver yyy.yyy.yyy.yyy
where the xxx's and yyy's are the DNSs of your provider.
NOTE: of course if you dont use the Speedtouch-conf suite you do your usual connection rotine (usually pppd call myadsl)
TWEAKS:
- If you link speedtouch-pppoe to /etc/rc.d/rc5.d/ as S13speedtouch-pppoe connection will starts at linux's boot.
- You can replace /usr/ modem_run and pppoe for the latest version (1.2b3 to final 1.2)
- Praise for builded kernel drivers and support at the final FC2 (it was supose to be the very BEST!)
good luck,
have fun.