Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29th April 2011, 12:21 AM
PrestoNP Offline
Registered User
 
Join Date: Apr 2011
Posts: 10
windows_7chrome
Cannot connect to wired or wireless network F14

Hi, F14 did not recognize my wired or wireless NIC upon installation. I have enabled network manager, what should I do from here? Here is my hardware specifications:

Network controller: Realtek Semiconductor Co., Ltd. Device 8176 (rev 01)
Ethernet controller: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller (rev 05)

Please, I would greatly appreciate some help, I want to move on from windows but I am almost ready to give up on linux due to these pesky annoyances.

-Preston
Reply With Quote
  #2  
Old 29th April 2011, 12:49 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,448
linuxfirefox
Re: Cannot connect to wired or wireless network F14

1)
About the JMC250 (wired ethernet), there was a thread about it and the OP was fixed by updating his bios... probably not your problem too

http://www.fedoraforum.org/forum/sho...d.php?t=258574

but basically the driver to use should be in Fedora 14 and it's called "jme" (showing the modinfo for
the jme.ko module):

modinfo jme
Quote:
filename: /lib/modules/2.6.38.1-6.fc14.x86_64/kernel/drivers/net/jme.ko
version: 1.0.7
license: GPL
description: JMicron JMC2x0 PCI Express Ethernet driver
author: Guo-Fu Tseng <cooldavid@cooldavid.org>
srcversion: 7CAAF5987A12491BEB1B682
alias: pci:v0000197Bd00000260sv*sd*bc*sc*i*
alias: pci:v0000197Bd00000250sv*sd*bc*sc*i*
depends: mii
vermagic: 2.6.38.1-6.fc14.x86_64 SMP mod_unload
parm: force_pseudohp:Enable pseudo hot-plug feature manually by driver instead of BIOS. (int)
parm: no_pseudohp:Disable pseudo hot-plug feature. (int)
parm: no_extplug:Do not use external plug signal for pseudo hot-plug. (int)
Try using the root account to modprobe that module and see if working works with that module:

su -c 'modprobe jme'

(now try to set up networking on the eth0 interface)...


2) Realtek (wifi)

I suspect the default Fedora 14 kernel (currently 2.6.35.11-83) doesn't have the driver for the Realtek 8176 (yet). But the module for the 8176 is called the rtl8188ce or rtl8192ce (not sure which, there seems to be a confusion about what the name of the driver is, see the opensuse thread...). I noticed these arch linux and SUSE guys talking about getting the source from realtek and building it:

http://forums.opensuse.org/english/g...188se-jet.html

https://bbs.archlinux.org/viewtopic.php?id=109688

Last edited by marko; 29th April 2011 at 12:58 AM.
Reply With Quote
  #3  
Old 29th April 2011, 01:05 AM
PrestoNP Offline
Registered User
 
Join Date: Apr 2011
Posts: 10
windows_7chrome
Re: Cannot connect to wired or wireless network F14

Sadly the modprobe did not work however, I did seem to find drivers for my kernel and installation instructions. I am a complete noob at linux and they wish me to do many things I am unfamiliar with like compiling and using a make file ect. Here are the drivers, if you could download them and read the installation steps for me in english I might be able to fix this issue:

http://jecxjo.sdf.org/aur/rtl8192ce_...16.2010.tar.gz
Reply With Quote
  #4  
Old 29th April 2011, 02:02 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,448
linuxfirefox
Re: Cannot connect to wired or wireless network F14

what exactly went wrong when you tried to load the jme module?
Reply With Quote
  #5  
Old 29th April 2011, 02:15 AM
PrestoNP Offline
Registered User
 
Join Date: Apr 2011
Posts: 10
windows_7chrome
Re: Cannot connect to wired or wireless network F14

I typed in the command in the terminal and nothing happened, copied it word for word rooted.

---------- Post added at 08:15 PM ---------- Previous post was at 08:13 PM ----------

Actually, the first time nothing happened the second time I get the error user su: jme does not exist
Reply With Quote
  #6  
Old 29th April 2011, 02:26 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,448
linuxfirefox
Re: Cannot connect to wired or wireless network F14

Yeah, that's not a failure, lots of commands do their thing silently..

You can confirm if a module was loaded ok by running "lsmod" and check if any of them is 'jme'
It helps a bit to sort the output:
Quote:
lsmod | sort
modprobe will only say something IF something goes bad

Try setting up your wired internet connection....so it uses that jme module. You can use system-config-network (look for the Network set up tool in the menus if you want to start it that way)

that warning about the "su" and user jme not existing was probably a typo in the command (su thought you meant to change to user "jme" )

Last edited by marko; 29th April 2011 at 02:43 AM.
Reply With Quote
  #7  
Old 29th April 2011, 02:47 AM
PrestoNP Offline
Registered User
 
Join Date: Apr 2011
Posts: 10
windows_7chrome
Re: Cannot connect to wired or wireless network F14

I see "jme 27421 0" and sommething else that says "mii 4319 1 jme" not sure if those are the things you are looking for. However, you are a genius! My wired finally works, now doing updates. If possible I would really appreciate more help to get the wireless working, people have said the driver package I posted works, but I am a noob to linux compiling or any thing of the sort.

-Preston
Reply With Quote
  #8  
Old 29th April 2011, 03:54 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,448
linuxfirefox
Re: Cannot connect to wired or wireless network F14

The main thing now about the wired interface is that if it continues to not be automatically detected and loaded when you boot the machine you may need to add that modprobe command to the /etc/rc.local file.

You can edit the /etc/rc.local and just add this line (no need for the 'su -c' part)

Quote:
modprobe jme
Once that's there it should load the wired driver each time you boot the machine
Reply With Quote
  #9  
Old 29th April 2011, 04:50 AM
PrestoNP Offline
Registered User
 
Join Date: Apr 2011
Posts: 10
windows_7chrome
Re: Cannot connect to wired or wireless network F14

I have some bad news, I had to reinstall because I somehow partitioned my hard drive so I had 6GB of hard drive space. I fixed my hard drive partitioning error but now when I type su -c modprobe jme my wired internet isnt working. I am now official sad.
Reply With Quote
  #10  
Old 29th April 2011, 05:00 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,448
linuxfirefox
Re: Cannot connect to wired or wireless network F14

Have you considered just installing Fedora 15 RC2?, it's available and it supports both the wired and wireless parts you have I think.
see
http://forums.fedoraforum.org/showthread.php?t=261241

When Fedora 15 official arrives it would just "yum update" to become Fedora 15

Another less radical option is just installing the rawhide kernel into your Fedora 14,
shows how it can be done:

http://forums.fedoraforum.org/showpo...2&postcount=11

Last edited by marko; 29th April 2011 at 05:05 AM.
Reply With Quote
  #11  
Old 29th April 2011, 07:15 AM
PrestoNP Offline
Registered User
 
Join Date: Apr 2011
Posts: 10
windows_7chrome
Re: Cannot connect to wired or wireless network F14

I'll try installing the beta, this will be my 4th install of fedora /cry

---------- Post added 29th April 2011 at 01:15 AM ---------- Previous post was 28th April 2011 at 11:18 PM ----------

Well, I installed f15 (took awhile!) but now my wireless networks are showing up as well as my wired. However, I can't access the internet.
Reply With Quote
  #12  
Old 1st May 2011, 06:34 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,448
linuxfirefox
Re: Cannot connect to wired or wireless network F14

networking usually requires:

1) valid route to a gateway:
route -n should show a entry flagged as "UG" that's set to the address of your gateway (your dsl/cable modem)
2) valid DNS entries in /etc/resolv.conf
3) the interface with status including 'UP RUNNING' and with the right address (check with "ip addr show" or "ifconfig" )
Reply With Quote
Reply

Tags
connect, f14, network, wired, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't connect to wired or wireless network PrestoNP Servers & Networking 6 26th April 2011 03:15 PM
Wired network won't connect automatically after upgrade FreakyT Servers & Networking 1 27th August 2010 09:00 PM
wired network doesnt connect automatically(gnome) mohan.10 Using Fedora 1 12th March 2009 07:57 PM
Can't connect to wireless or wired network after removing NetworkManager redawn Servers & Networking 5 13th September 2008 04:55 AM


Current GMT-time: 11:53 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat