--- COKYAZICI <[EMAIL PROTECTED]> wrote: > ...FreeBSD 6.2 BETA 2 AMD 64 detected my SATA 2 > hard disk, and installed without any problems...
> My only problem now is figuring out how to get the > Realtek AL655 6-channel onboard audio and Broadcom > AC131 10/100 onbaord LAN working so I can connect to > the Internet on FreeBSD with the router, like I used > to on my old computer. Nevermind, I figured it out on my own, for the sound I installed the snd_ich module su cd /sys/modules/sound/driver/ich/ make make install make load edit /boot/defaults/loader.conf and change the line that says snd_ich_load="NO" to snd_ich_load="YES" So the sound drivers are loaded every time you reboot. And for the LAN I installed the nve module: su cd /sys/modules/nve/ make make install make load edit /boot/defaults/loader.conf and change the line that says if_nve_load="NO" to if_nve_load="YES" So the LAN drivers are loaded every time you reboot. In the shell, then type: sysinstall Go to Configure -> Networking -> and check Gateway and NFS Client, then check Interfaces -> nve0, and when it asks if you want it to configure DHCP and some other stuff, select yes. This is for if you connect to the internet with a router which you connect to your LAN card or onboard LAN with an ethernet cable. I hope this information helps out people having the same problem. Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
