teymour
April 30th, 2007, 06:16 PM
I have a feisty installed on my macbook pro. I had problem with the networking configuration on boot : my computer froze while configuring the network. On grub quiet mode, I had the message "BUG: soft lockup detected on CPU".
To solve it, I had modified the following files
/etc/modules
[...]
eth0
/etc/iftab
[...]
eth1 mac <mac address> arp 1
/etc/modprobe.d/ndiswrapper
[...]
alias eth1 ndiswrapper
If you have the resolvconf package installed, you should remove if you do not want to experience empty resolv.conf file after boot.
To solve it, I had modified the following files
/etc/modules
[...]
eth0
/etc/iftab
[...]
eth1 mac <mac address> arp 1
/etc/modprobe.d/ndiswrapper
[...]
alias eth1 ndiswrapper
If you have the resolvconf package installed, you should remove if you do not want to experience empty resolv.conf file after boot.