LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-21-2006, 10:39 AM   #1
BackwardsDown
Member
 
Registered: Nov 2005
Posts: 66

Rep: Reputation: 15
cant connect


Hi, I like linux so much (read: hate windows so much), but i cant get on the internet, I tried in another topic to get help, but nothing works

But... When I run Knoppix from cd, I do have an internet connection! Would it be possible to just copy past my internet settings from knoppix to my linux partition? I am running debian and knoppix is debian too.

Or is this a really dumb newbie solution? And if it may help, wich files/directory's should I copy to my linux partition?

(other topic: http://www.linuxquestions.org/questi...d.php?t=413511)

Last edited by BackwardsDown; 02-21-2006 at 10:40 AM.
 
Old 02-21-2006, 10:42 AM   #2
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
well, it's not so dump. whatever is working in knoppix can be applied to debian.

but what is the nature of the problem? i believe there is a utility called 'netcardconfig' in debian. there is in mepis...

what's the output of ifconfig -a ??
 
Old 02-21-2006, 10:46 AM   #3
BackwardsDown
Member
 
Registered: Nov 2005
Posts: 66

Original Poster
Rep: Reputation: 15
You mean in debian, or in knoppix?

And you can see some outputs in the other topic I mentioned in my first post
 
Old 02-21-2006, 10:52 AM   #4
BackwardsDown
Member
 
Registered: Nov 2005
Posts: 66

Original Poster
Rep: Reputation: 15
And how can I paste it to my hd? knoppix wont let me write on my linux partition
 
Old 02-21-2006, 11:01 AM   #5
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
i'm not saying paste. I would run the netcard set up on your debian install 1st. like i said you need to post some outputs, as its saying 'networking doesn't work - please help', is a bit like saying 'my car's broken down - make it go'. like i said,

netcardconfig

post 'ifconfig -a'

this is on the debian isntall where it's not working....

Last edited by satinet; 02-21-2006 at 11:18 AM.
 
Old 02-21-2006, 11:19 AM   #6
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
knoppix will let you writed. check in /etc/fstab. i will say something about the partion being ro (read only) if it's not writeable.
 
Old 02-21-2006, 12:03 PM   #7
BackwardsDown
Member
 
Registered: Nov 2005
Posts: 66

Original Poster
Rep: Reputation: 15
Quote:
what's the output of ifconfig -a ??
This:

eth0
Link encap:Ethernet HWaddr 00:0A:48:02:85:7C
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:209 Base adress:0xc000

eth1
Link encap:Ethernet HWaddr 00:00:B4:08:BB:46
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:209 Base adress:0xc400

lo

Link encap:Local Loopback
intet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNGING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)

sit0
Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

Quote:
i believe there is a utility called 'netcardconfig' in debian
Knoppix knows what to do with that command, but my debian installation doesnt...

Quote:
as its saying 'networking doesn't work - please help', is a bit like saying 'my car's broken down - make it go'. like i said,
I have given some outputs already in the other topic I opened. I really want to be helpfull, I know how it is when people dont give enough information but I just dont know what to do exactly.

I didnt bumped my older topic up up becouse its a bit old and I wanted to post if my solution would help. Most forums dont like that people are bumping topics up when they are older than 2 weeks.
 
Old 02-22-2006, 04:45 AM   #8
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
cool. sorry if i was tetchy.

anyway, from your output it's obvouis that the network card is up and configured but it's not getting an ip address.

i think if you post "/etc/network/interfaces" i can solve this no problem. it just looks eth0 and eth1 are not set as dhcp.

please post the above.


also take a look at this.
http://www.debian-administration.org/articles/254
 
Old 02-22-2006, 11:43 AM   #9
BackwardsDown
Member
 
Registered: Nov 2005
Posts: 66

Original Poster
Rep: Reputation: 15
My interfaces file does now looks like this (afther a lot of changes )

Quote:
auto lo
iface lo inet loopback

auto eth1
iface eth1 inet dhcp
I have tried to change the 1 into 0 but it doesnt make any difference.

Got to check out the other commands they describe in that article.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unix-connect: can't connect to server jrdioko Linux - Software 1 01-08-2006 04:56 PM
can't connect wifi at home, but can connect everywhere else Javi2 SUSE / openSUSE 1 08-25-2005 06:49 PM
Samba: can't connect to my local linux machine but can connect to windows. Royle Linux - Networking 3 01-18-2005 05:32 PM
Problem withInternet, DHCP, connect with eth0 down work, connect with eth0 up not zowey Linux - Networking 1 03-12-2004 10:05 AM
Can connect broadband but can't connect Internet satimis Linux - Networking 4 01-31-2004 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration