update on internet connection - successful now
Hi Harry,
Long time since this thread was last used, but thought I would post to update. Knoppix 3.3 now seems to connect to the internet first time every time but only if I exit xp by clicking restart, and have the cd in the tray ready to boot.
Steve.
Re: update on internet connection - successful now
Quote:
Originally Posted by stevethayne
.....Knoppix 3.3 now seems to connect to the internet first time every time but only if I exit xp by clicking restart, and have the cd in the tray ready to boot.
Steve.
Hi Steve,
Glad to hear it's working better for you. In my case, on the notebook that once booted fine but stopped connecting to the 'net after a "security update", my situation changed in the other direction. Knoppix would hang completely for me on boot, blank screen, never finish. I couldn't use the newer versions for quite some time. Finally I found that if I used a combination of two cheat codes, noscsi and acpi=off, Knoppix would boot OK. Since the acpi=off also was one of the ways that I could get around the NIC setup issue in the past, this "fix" aslo lets me use the NIC, but it's certainly a pain to have to do each time I boot from CD. It's not clear to me why I now need the cheat codes, but it's certainly something in the newer Knoppix release (the old CD's boot fine, but, of course, the same old CD's that used to let me on the 'net without any extra steps still need the cheat codes or the reset trick to get the NIC set up right now).
Harry
Knoppix using NatSemi DP83815 stopped working
This thread should be named natsemi & DP83815 network start failures. Previously, it was posted in this thread, "dmesg errors: NETDEV watchdog: eth0 transmit timed out." I think there is a large clue in this message.
I have experienced this problem on Compaq Presario 2190US with knoppix and gentoo live-cd's.
I have observed that even if the nodhcp option is entered on the command line, gentoo searches for a network assignment, as does knoppix.
I don't have time to prove it, but it appears to me the natsemi driver deserves first place for examination for the source of the transmit time out. And ifconfig, which does not actually bring up a timed out DP83815 eth0 fully, deserves a close second place. This problem is wasting a lot of people's time and deserves highlighting in installation documentation, in any case.
Re: Knoppix using NatSemi DP83815 stopped working
Quote:
Originally Posted by ol fart
I have experienced this problem on Compaq Presario 2190US with knoppix and gentoo live-cd's....
Wow, you found a pretty old thread. It could have been named a lot of things; if I were to go back and change it I think I would use something like "Knoppix can no longer use my NIC, but only after running a Windows security update". If you are interested in this topic you might want to also look at this thread where more of the problem has been discussed. I do not have a final fix for the problem and my HP notebook still has this problem with old versions of Knoppix. But newer versions seem to be doing their startup logic differently (I don't think they use the configuration logic stored in the eeprom any more) and I personally have no had this problem since about 3.8 and others don't seem to be posting about it.
Re: Knoppix using NatSemi DP83815 stopped working
Posts going away does not necessarily mean problems have gone away. It just means people have gone away.
Version 4 knoppix does not properly network on a presario 2190 using a westell 2200 set for connection always on and dhcp enabled or disabled, without IF passthrough. With or without static NAT. MS ME on the desktop connects regardless of these settings on the westell. It properly obtains an IP in the 192.168.1.1-253 range when DHCP is enabled. It does not have to be powered down between changes. If the westell is set for static NAT to 192.168.1.1 and DHCP is disabled, and the IP on the destop is changed to 192.168.1.2, the westell connects to the new IP but does not update the static NAT IP unless it is disabled and then enabled, when it shows the static NAT connection by hostname. In any case, the network card is not turned off. This cannot be said of the knoppix v4 implementation. DHCP does not properly obtain an IP or a lease from a westell 2200 and, on failure is interacting with the network card drivers and registers to cause yawns and deep sleeps. Maybe, after netcardconfig,
cat /proc/interrupts
/etc/init.d/net.eth0 zap
/etc/init.d/net.eth0 start
There are more than apic problems in the kernel cured by apic=off involved here. My beef is that ifconfig is not written to do a proper inventory of the state of the interface when invoked with the up command.
If I were not bound and determined to get away from MS, I would not tolerate a hundredth of this aggravation. I am going to the gentoo forums with this. Perhaps these specifics will assist someone. Best wishes to all here.