LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-06-2003, 07:57 PM   #1
Kenichi_ito999
LQ Newbie
 
Registered: Aug 2003
Posts: 6

Rep: Reputation: 0
Slackware 7.1 thinkpad 760ed


Hi im running im running a slackware 7.1 console on a thinkpad 760ed, (i plan to install the rest of slackware via network) however i cannot recieve net access. I run netconfig under DHCP(because i have a cable modem) and it doesnt work. but the 100mb and link light are on i still get nothing. the pcmcia card i am using is a net gear fa410tx and it is plugged into a dss-5+ switch

PS i want to use slackware 7.1 not another distribution because it comes with xfree86 3.3.6(becasue the thinkpad 760ed uses a trident card slackware and can be installed via floppy)
i also dont know the ip address of the laptop
 
Old 08-07-2003, 07:42 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
First, let me say welcome to LQO.....Now on to the fun!

Just a WAG here, but does Slack 7.1 even support PCMCIA or did you install a kernel with PCMCIA support? The blinking light just means that the hardware is working, it doesn't mean that Slackware has installed it.

I'm curious as to why you think you need that exact version of xfree86. I'd think that later versions of xfree86 would also support whatever 3.3.6 supports.


I'd give serious consideration to bumping up to at least Slack 8.1 if not 9. I haven't been using Slacware that long, but I believe there have been some significant improvements since 7.1 and the later Slack versions might do a better job at picking up your network and video cards.

Last edited by Hangdog42; 08-07-2003 at 07:43 AM.
 
Old 08-07-2003, 09:50 AM   #3
Kenichi_ito999
LQ Newbie
 
Registered: Aug 2003
Posts: 6

Original Poster
Rep: Reputation: 0
Ok here are some answers to your questions:
A.) any version of xfree86 over 3.3.6 does not support trident video cards, which is used in the thinkpad 760ed, so that is why i chose slack 7.1, also because i heard it runs very well on the 760 series.
B.) Linux does recognize my pcmcia nic, it says so at ETH0 and at the cardctl program

What i need to know is how to get some net acces via console

oh and yes i did install pcmcia support

Last edited by Kenichi_ito999; 08-07-2003 at 09:51 AM.
 
Old 08-07-2003, 03:27 PM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Well, if you want to find out if you have an IP address, you can use the ifconfig command. If you type ifconfig eth0 it should display a bunch of information about eth0, including the IP address.

If you don't see and IP address, you could try taking the card down, and the bringing it up again with ifdown and ifup (or the more formal ifconfig eth0 down followed by ifconfig eth0 up).

If you still don't have an ip address, you may need to start looking into dhcpd.


Finally, what are you doing that convinces you that you don't have net access?
 
Old 08-07-2003, 09:06 PM   #5
Kenichi_ito999
LQ Newbie
 
Registered: Aug 2003
Posts: 6

Original Poster
Rep: Reputation: 0
Good news i have a ip address.

Bad news i still cannot use lynx i "get the unable to connect to remote host" message, and i cannot ping anything.

P.S i need net access to download the other slackware packages
 
Old 08-07-2003, 10:00 PM   #6
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Cool. That means that eth0 is working properly and can connect to a DHCP server. That cuts down on the number of things that can be wrong and most likely just means its a configuration issue.


You'll want to take a good look at this thread , but the important bit right now would be to do:

ping www.linuxquestions.org
ping 64.179.4.146

and let us know what happens.

Also, does your laptop connect directly to the cable modem or does is go through a router?
 
Old 08-08-2003, 08:03 AM   #7
Kenichi_ito999
LQ Newbie
 
Registered: Aug 2003
Posts: 6

Original Poster
Rep: Reputation: 0
the laptop nic conncets through a switch. And sadly none of the solutions worked

Last edited by Kenichi_ito999; 08-08-2003 at 08:24 AM.
 
Old 08-08-2003, 09:16 AM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
You're going to need to start posting some results for us to figure out what's going on. Did you try pinging LQO with both the domain name and the IP address? If so, what happened? Also, try running route -n and post those results too.
 
Old 08-08-2003, 10:07 AM   #9
Kenichi_ito999
LQ Newbie
 
Registered: Aug 2003
Posts: 6

Original Poster
Rep: Reputation: 0
Route -n results came back as
Keneral IP routing table

Destination | Gateway | Genmask
| 24.238.78.0 | 0.0.0.0 | 255.255.255.0
| 127.0.0.0 | 0.0.0.0 | 255.0.0.0

(contined)

| Flags | Metric | Ref | Use | Iface
| U | 0 | 0 | 0 | et0
| U | 0 | 0 | 0 | lo


also the ping results came back negative

P.S im sorry some of the columns are out of alignment because i cant seem to fix them.

Last edited by Kenichi_ito999; 08-08-2003 at 10:19 AM.
 
Old 08-08-2003, 12:46 PM   #10
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Well, at least part of the problem is that you don't have a gateway. When I run route -n, I get back something similar to what you've posted, but also a second line for eth0 with an IP address in the Gateway column. In my case, that address is 192.168.1.1, which is my router. That line also has the flag set as UG, not just U (see man route for an explanation).

You might want to go back and use netconfig to re-configure your settings. You could also try searching the forums for advice on netconfig.

Finally, I'm going for a brief holiday, so if I'm not responding to your posts, its just because I'm not online

If you have more questions, just bump up this post and hopefully someone else can help.
 
Old 08-09-2003, 03:00 PM   #11
Kenichi_ito999
LQ Newbie
 
Registered: Aug 2003
Posts: 6

Original Poster
Rep: Reputation: 0
I tried netconfig and that didn't work either.

Anyone have any suggestions?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
slackware 10.1 on ibm thinkpad edit_21 Slackware 2 02-22-2005 04:47 AM
Slackware 10.1 on IBM Thinkpad R50 klemen Slackware - Installation 4 02-14-2005 08:26 AM
Thinkpad 380D + Slackware dopefish Linux - Laptop and Netbook 1 10-14-2004 03:28 AM
Acpi, slackware, and thinkpad t40 pioter Linux - Laptop and Netbook 2 01-08-2004 04:10 PM
Slackware -> ThinkPad 755CD mlsw Linux - Laptop and Netbook 3 09-22-2003 09:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:45 AM.

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