LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-23-2007, 10:01 PM   #1
techdawg270
LQ Newbie
 
Registered: Jun 2007
Distribution: Fedora 7
Posts: 16

Rep: Reputation: 0
Getting wireless and ethernet port to work


Ok here is the deal, I used DBAN to wipe my HDD completely clean on my Gateway laptop. Then I installed Fedora 7. The installation went well but I am having two problems. My wireless internet is not working and my ethernet port is non responsive when a LAN cable is plugged into it. I am a newbie to Linux so the issues might be easily fixed. When I run the /sbin/lspci command I get the following for ethernet port and wireless card
02:00.0 Ethernet controller: Marvell Technology Ltd. 88E8038 PCI-E Fast Ethernet Controller (rev 14)
03:00.0 Network controller: Broadcom Corporation BCM4310 UART (rev 01)

Any help would be greatly appreciated. I really want to start learning the in's and out's of Linux, and my worst nightmare would be going back to Windows.
 
Old 06-23-2007, 10:22 PM   #2
hdiniz
LQ Newbie
 
Registered: Jun 2007
Distribution: Slackware 12.2
Posts: 13

Rep: Reputation: 0
I have this wireless card too. I can help you with this. With your ethernet card, I'm researching about the driver. Have you configures the network in Fedora ?
 
Old 06-23-2007, 10:46 PM   #3
hdiniz
LQ Newbie
 
Registered: Jun 2007
Distribution: Slackware 12.2
Posts: 13

Rep: Reputation: 0
With the command "lsmod", look for "sky2". This is your ethernet driver. If you find, you have just to configure the network. I can help you to do this manually. I don't know about Fedora.
 
Old 06-24-2007, 01:18 AM   #4
techdawg270
LQ Newbie
 
Registered: Jun 2007
Distribution: Fedora 7
Posts: 16

Original Poster
Rep: Reputation: 0
Ok this is what I have:
sk2 45129 0
Any advice from here?
I really appreciate the help.
 
Old 06-24-2007, 10:25 AM   #5
hdiniz
LQ Newbie
 
Registered: Jun 2007
Distribution: Slackware 12.2
Posts: 13

Rep: Reputation: 0
Ok. The driver for ethernet card is loaded. From here you should look for help in Fedora, how to set up yor network. Type "setup" in console and configure the network. If you want to do this manually, you have to set up ip, gateway and dns.

ifconfig eth0 XXX.XXX.XXX.XXX netmask XXX.XXX.XXX.XXX (or "dhclient eth0" if you have a DHCP server)
route add default gw XXX.XXX.XXX.XXX (gateway)
echo "nameserver XXX.XXX.XXX.XXX" > /etc/resolv.conf (DNS)

Diniz
 
Old 06-24-2007, 11:12 AM   #6
techdawg270
LQ Newbie
 
Registered: Jun 2007
Distribution: Fedora 7
Posts: 16

Original Poster
Rep: Reputation: 0
When I go into Network Configuration and click activate I get the following:
Cannot activate network device eth01!
Determing IP information for eth0...failed.
Of course this is when my LAN cable is plugged in.
 
Old 06-24-2007, 12:10 PM   #7
techdawg270
LQ Newbie
 
Registered: Jun 2007
Distribution: Fedora 7
Posts: 16

Original Poster
Rep: Reputation: 0
Ok, I followed some directions on fedoraproject.com that made the NetworkManager available. I still can't get anything for the wireless, but when I plug in the LAN cable now it says I am connected at 10 Mbps. Although when I open Mozilla I still get Server not found when trying to connect to any website.
 
Old 06-24-2007, 11:23 PM   #8
hdiniz
LQ Newbie
 
Registered: Jun 2007
Distribution: Slackware 12.2
Posts: 13

Rep: Reputation: 0
What is the result for this command: "ping 64.233.169.147" ?
 
Old 06-25-2007, 03:03 PM   #9
techdawg270
LQ Newbie
 
Registered: Jun 2007
Distribution: Fedora 7
Posts: 16

Original Poster
Rep: Reputation: 0
With and without the LAN cable plugged in I get:
connect: Network is unreachable
When I plug in the LAN it seems like it takes way too long to acquire an IP address, but it does say connected to wired connection after a minute or so. Any suggestions from here?
 
Old 06-25-2007, 05:09 PM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Post the output of the commands
/sbin/ifconfig -a
/sbin/route
 
Old 06-26-2007, 08:06 AM   #11
techdawg270
LQ Newbie
 
Registered: Jun 2007
Distribution: Fedora 7
Posts: 16

Original Poster
Rep: Reputation: 0
Well I just got to work at the my school and when I plugged in the LAN cable here it grabbed the IP address very quickly and I am finally able to access the internet with Fedora. Why do you suppose it works so well here, but has issues at my house? When I run the /sbin/ifconfig -a command I get:
eth0 Link encap:Ethernet HWaddr 00:E0:B8:AB:A4:A1
inet addr:138.47.22.64 Bcast:138.47.22.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:b8ff:feab:a4a1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1374 errors:0 dropped:0 overruns:0 frame:0
TX packets:760 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:808914 (789.9 KiB) TX bytes:141844 (138.5 KiB)
Interrupt:17

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4992 errors:0 dropped:0 overruns:0 frame:0
TX packets:4992 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:35140732 (33.5 MiB) TX bytes:35140732 (33.5 MiB)

wlan0 Link encap:Ethernet HWaddr 00:14:A5:AA:8F:5E
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)

wmaster0 Link encap:UNSPEC HWaddr 00-14-A5-AA-8F-5E-D8-68-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:1374 errors:0 dropped:0 overruns:0 frame:0
TX packets:760 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:808914 (789.9 KiB) TX bytes:141844 (138.5 KiB)

Note: This is with the LAN cable plugged in(I don't know if it makes a difference or not).
And for the /sbin/route command I get:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
138.47.22.0 * 255.255.255.0 U 0 0 0 eth0
default 138.47.22.101 0.0.0.0 UG 0 0 0 eth0
 
Old 06-26-2007, 08:15 AM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Disabling IPV6 might help also post your home network configuration.
 
Old 06-26-2007, 04:23 PM   #13
techdawg270
LQ Newbie
 
Registered: Jun 2007
Distribution: Fedora 7
Posts: 16

Original Poster
Rep: Reputation: 0
How do I go about disabling IPV6, and what exactly is it? Here are the configurations when the LAN is plugged into my home network.
eth0 Link encap:Ethernet HWaddr 00:E0:B8:AB:A4:A1
inet addr:169.254.55.245 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::2e0:b8ff:feab:a4a1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3524 errors:0 dropped:0 overruns:0 frame:0
TX packets:133 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:164534 (160.6 KiB) TX bytes:35660256 (138.5 KiB)
Interrupt:17

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5081 errors:0 dropped:0 overruns:0 frame:0
TX packets:5081 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:35660256 (34.0 MiB) TX bytes:35660256 (34.0 MiB)

wlan0 Link encap:Ethernet HWaddr 00:14:A5:AA:8F:5E
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)

wmaster0 Link encap:UNSPEC HWaddr 00-14-A5-AA-8F-5E-D8-68-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:3524 errors:0 dropped:0 overruns:0 frame:0
TX packets:133 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:164534 (160.6 KiB) TX bytes:32244 (31.4 KiB)


And for the /sbin/route command I get:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 * 255.255.255.0 U 0 0 0 eth0
 
Old 06-26-2007, 04:57 PM   #14
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
I forgot to ask how the laptop is connected to your home LAN i.e. what hardware are you using for a modem, router, switch etc. For some reason your computer is not receiving a valid IP address.

169.254.xxx.xxx (windows calls it Automatic Private IP Addressing) is an IP address that is automatically assigned by the computer when it can not get a valid address from a DHCP server.

To disable IPV6: As root, you must add the line: "alias net-pf-10 off" (without quotes) to the end of your /etc/modprobe.conf file. You must reboot the computer for the changes to take effect.

http://en.wikipedia.org/wiki/IPv6
 
Old 06-28-2007, 12:36 PM   #15
techdawg270
LQ Newbie
 
Registered: Jun 2007
Distribution: Fedora 7
Posts: 16

Original Poster
Rep: Reputation: 0
The modem is a Toshiba PCX1100U Cable Modem that is pretty old, and it is connected to a Belkin Wireless G Router-2.4GHz 802.11g. I have read some other posts from people with this same type of problem for the wireless card I have, and a popular solution seems to be ndiswrapper. Is this something you would suggest?
 
  


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
Why is my Ethernet port not working?? trev_tyler088 Linux - Newbie 7 09-10-2006 09:24 PM
Ethernet port Speed dweeb Linux - Networking 2 01-05-2006 06:19 AM
Using another ethernet port ToothlessRebel Linux - Networking 1 06-05-2005 02:59 PM
Cannot get my Ethernet Port to Work With Linux saturninus Linux - Newbie 10 09-25-2004 05:51 PM
What kernel options should I choose for a pcmcia wireless ethernet card to work? elconde Linux - Laptop and Netbook 3 03-18-2004 09:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:39 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