Author |
Message |
geekraver
|
Posted: Sat Jun 19, 2004 2:16 am |
|
Joined: Sat Feb 07, 2004 1:02 am
Posts: 2
|
Hi all
I was using the previous version of KnoppMyth fine on my Asus Pundit. For the past few months I've dabbled with and finally discarded SageTV (waste of money), and am now keen to try the new KnoppMyth. However, the DHCP config of the NIC fails. When I try a manual ifconfig to assign it an address, the whole OS freezes up (I get a "bcm4400: eth0 NIC Link is Up, 100Mbps full duplex" but that's it; then I'm hosed). I know the NIC is fine; it seems like this must be a breaking change in the driver (Broadcom 4401). Anyone else experienced this? What would be the least painless way of fixing this (given that I want to use KnoppMyth to avoid the pain of manually installing Myth).
thanks
Geek
|
|
Top |
|
 |
cesman
|
Posted: Sat Jun 19, 2004 9:22 am |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
You can use the earlier version that did work then simply update to the newest debs.
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
verlaine
|
Posted: Sun Jun 27, 2004 8:27 am |
|
Joined: Sun Jun 27, 2004 8:26 am
Posts: 7
|
I've got the same problem with my pundit.
Which version of knoppmyth have you installed to avoid this NIC problem ?
Thanks
|
|
Top |
|
 |
cesman
|
Posted: Sun Jun 27, 2004 9:47 am |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
Less I'm mistaken, R4V2.
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
Dennis L
|
Posted: Sun Jun 27, 2004 5:01 pm |
|
Joined: Sun Feb 01, 2004 8:56 pm
Posts: 6
|
I was quite surprised to see my Pundit box hang while commencing the install of R4V4.1, and after a bit of investigation found that the "pump -i eth0" command was the root cause. (This command does the initial set up of the eth0 interface).
As I use a wireless card and do not need the broadcomm NIC, as work around I did the following.
As soon as the very firstinstall screen is presented for Knoppmyth, I hit ALT-F2 to get another screen.
1. Get the pump process id
# ps -aux
2. Kill the process
# kill -15 <process pump -i eth0 process id>
As a permanent fix, one could get the latest Broadcomm driver.
Cheers
Dennis
geekraver wrote: Hi all
I was using the previous version of KnoppMyth fine on my Asus Pundit. For the past few months I've dabbled with and finally discarded SageTV (waste of money), and am now keen to try the new KnoppMyth. However, the DHCP config of the NIC fails. When I try a manual ifconfig to assign it an address, the whole OS freezes up (I get a "bcm4400: eth0 NIC Link is Up, 100Mbps full duplex" but that's it; then I'm hosed). I know the NIC is fine; it seems like this must be a breaking change in the driver (Broadcom 4401). Anyone else experienced this? What would be the least painless way of fixing this (given that I want to use KnoppMyth to avoid the pain of manually installing Myth).
thanks Geek
|
|
Top |
|
 |
kminder
|
Posted: Fri Jul 16, 2004 9:18 pm |
|
Joined: Wed Nov 05, 2003 9:15 am
Posts: 19
|
I'm having this problem too and I know just enough to be dangerous. This is doubly true when it comes to mucking with kernel modules. How should one go about upgrading the broadcom drivers when the darn thing won't boot. The steps below are what I tried with the resulting error at the end. After a reboot, my system hangs at the same point as described in the other post.
I had a working system on a very old release R3 possibly so I don't have access to R4V2 iso files as was recommended by cesman. It seems like the upgrade from V2 to V4.1 was problematic anyway. Why oh why did the grabber stuff break. I miss my MythTV.
Boot using the CD.
Exit the install program. (6. Quit)
mount -w /dev/hda1 /mnt
chroot /mnt
cd /usr/src
mkdir bcm4401-linux-3-0-7
cd bcm4401-linux-3-0-7
wget http://www.broadcom.com/docs/driver_dow ... -3.0.7.zip
unzip *.zip
cd linux
tar xcvf *.gz
cd bcm4400-3.0.7
cat README.txt
cd src
make
make install
depmod: *** Unresolved symbols in /lib/modules/2.4.25-chw/kernel/arch/i386/kernel/apm.o
|
|
Top |
|
 |
cesman
|
Posted: Sat Jul 17, 2004 6:09 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
Odd that you'd get an unresolved symbol w/ apm.o. When I compiled then kernel, I got no unresolved symbols. The only things I can figure is something must have broke with bcm4400-source(which compiled ok) that I got when I made the latest releases...
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
kminder
|
Posted: Sat Jul 17, 2004 6:23 pm |
|
Joined: Wed Nov 05, 2003 9:15 am
Posts: 19
|
So this should have worked then? I wasn't really sure that this was the correct approach. Anybody have any other suggestions?
|
|
Top |
|
 |
cesman
|
Posted: Sat Jul 17, 2004 9:27 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
If you've gotten the latest source from broadcom and it compiled and install ok, then you maybe ok(I don't have a Pundit). If the only problem you have is unresolved symbol w/ apm, you can ignore or remove the module. After 'make install', modprobe bcm4400 and configure. Please let me know if this works...
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |