I have a problem since 4 days.
My network card doesn’t work !
Before it works well, i don’t modify anything except the security update provide par Opensuse V11 repository.
It’s a motherbaord card with Atheros L1 chipset. The motherboard is a Asus V3-P5G31.
The module atl1 is loaded, but eth0 is not up and i can’t setup it.
Yast say me that the card is present but not setup but i can’t do nothing for modify !
If you go to a shell, switch to root privileges by typing “su -” and type:
ifconfig eth0 up
ifconfig eth0 IP
route add default gw ROUTERIP
Where you substitute IP with your IP address that you want to give the box and ROUTERIP with the IP of your GATEWAY (Which is usually your DSL/Cable modem)
Then ping some well known IP like Google:
ping 72.14.207.99
This is just a test to see if the card can be configured (and the driver works normally)
Right in that case the module (the driver) is not loading properly or simply does not match the device in question - actually I just helped someone with the same driver, although I compiled it for 32 bit system.
Can you come to freenode IRC and hop over to #suse - I can send you the file so you can try it out?