Autor |
Nachricht |
|
Titel: Actiontec 701 connection problems
Verfasst am: 06.10.2006, 15:03 Uhr
|
|
Anmeldung: 22. Okt 2004
Beiträge: 1
Wohnort: Eastern Washington State, USA
|
|
Hello all, and please help!! I am not a newbie yet, I am a rank beginner so please excuse my ignorance. I love Kanotix but I can not get any version but 2005-4 to function properly with our Actiontec 701 (not wireless) DSL modem (through Qwest).
(And, yes, I have "googled" this and I know that this particular modem is a POS, but it's all we have or can afford right now.)
When using 2005-4 as a live CD it picks up the modem and I'm off and running but after a hard drive install there are minor problems. I must use "netcardconfig" to get the system to "recognize" the modem after every boot. After I rerun that it's fine until I shut down. The modem is connected to the love of my life's machine through her network card and to mine through the USB connection. For reasons I won't go into, it has to stay this way for now.
When I use ANY version of Kanotix after 2005-4 it simply ignores the modem entirely (both live CD and HD install) and "netcardconfig" cannot (will not) find it.
What file(s) does "netcardconfig" write to or create (under 2005-4) and can I dump it (them) to one of the fat32 partitions and "pull" it/them back after a HD install of a later version and put it/them ... where?
I also have a lot of problems with apt-get updat but those can wait.
My machine is dual-boot (hda1 30 gig Win2K under fat32, hda2 30 gig fat32, hda3 35 gig Kanotix reiserfs, hda4 2 gig swap and about 18gig left unpartitioned). It is an Athalon 2000+ with 512 RAM, nVidia MX/MX400 if that matters).
Thank you ALL in advance for any help you can provide, it will be MUCH appreciated!!!
What file(s) does "netcardconfig" write to or create (under 2005-4) and can I dump it (them) to one of the fat32 partitions and "pull" it/them back after a HD install of a later version and put it/them ... where?
I also have a lot of problems with apt-get updat but those can wait.
My machine is dual-boot (hda1 30 gig Win2K under fat32, hda2 30 gig fat32, hda3 35 gig Kanotix reiserfs, hda4 2 gig swap and about 18gig left unpartitioned). It is an Athalon 2000+ with 512 RAM, nVidia MX/MX400 if that matters).
Thank you ALL in advance for any help you can provide, it will be MUCH appreciated!!! |
|
|
|
|
|
|
Titel: Actiontec 701 connection problems
Verfasst am: 06.10.2006, 15:12 Uhr
|
|
Anmeldung: 25. Mar 2005
Beiträge: 2133
|
|
Please boot your computer off the Kanotix-2005-04-LiveCD, connect to the Internet and post the output of the following commands:
Code:
ifconfig -a
cat /etc/network/interfaces
cat /etc/resolv.conf
lsmod | grep -i usb
|
_________________ And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
|
|
|
|
|
|
Titel:
Verfasst am: 06.10.2006, 15:35 Uhr
|
|
Anmeldung: 22. Okt 2004
Beiträge: 1
Wohnort: Eastern Washington State, USA
|
|
ockham23, thank you!!!
It is 7:30 AM here and I'm at work, but will do that when I get home.
again, THANK YOU!!! |
|
|
|
|
|
|
Titel:
Verfasst am: 06.10.2006, 15:52 Uhr
|
|
Team Member
Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
|
|
You can "probably" copy and paste these 2 files
/etc/network/interfaces
/etc/network/ifstate
to a fat32 partition or write them down and have it overwrite (or manually edit) the 2 on a harddrive install, this does not "always" work, but is worth a try |
_________________ h2's d-u script
h2's rdiff-backup script
|
|
|
|
|
|
Titel:
Verfasst am: 21.10.2006, 18:33 Uhr
|
|
Anmeldung: 22. Okt 2004
Beiträge: 1
Wohnort: Eastern Washington State, USA
|
|
I apologise for taking so long to get back, if anyone careslol) but life got in the way!
Situation now is fresh install of rc4, no internet.
Booting from 2005-4 Live-CD to get on-line and running (as ockham23 requested) these commands:
knoppix@0[knoppix]$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:15:05:19:CA:6F
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1506 errors:1 dropped:0 overruns:0 frame:1
TX packets:1257 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1099668 (1.0 MiB) TX bytes:477513 (466.3 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:100 (100.0 b) TX bytes:100 (100.0 b)
knoppix@0[knoppix]$ cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(, ifdown(
# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback
knoppix@0[knoppix]$ cat /etc/resolv.conf
search domain.actdsltmp
nameserver 192.168.0.1
nameserver 205.171.3.65
knoppix@0[knoppix]$ lsmod | grep -i usb
usblp 10752 0
usbnet 12808 2 rndis_host,cdc_ether
usbcore 102912 6 usblp,rndis_host,cdc_ether,usbnet,uhci_hcd
Thanks for any help!! |
|
|
|
|
|
|