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.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24th April 2010, 12:39 PM
Kalthia Offline
Registered User
 
Join Date: Apr 2010
Posts: 18
windows_xp_2003firefox
Total Newb questions...Fedora 12

Good Morning!

I have installed Linux for the first time on an old Gateway purchased from work.
The system seems up and running, but I can't get connected to my wireless or the wired network.

I have tried using the network manager, but it isn't working.
I have tried reinstalling Fedora 12

I have the following LSUSB and LSCPI output.

[Betty@Kami ~]$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[Betty@Kami ~]$ lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
00:03.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to CSA Bridge (rev 02)
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev ff)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
00:1f.6 Modem: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Modem Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
02:01.0 Ethernet controller: Intel Corporation 82547EI Gigabit Ethernet Controller
03:01.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02)
03:01.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller
03:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02)

I am a total newb, and I have downloaded this driver: T3000_WLAN_BROADCOM_V3.20.23.0_XPTPC thinking that was the problem. But, I dont know how to get it to install. I put it on a CD and clicked on that file, but nothing seems to happen.

Can someone give me some other things to try?
I appreciate your time!

~Betty
  #2  
Old 24th April 2010, 01:03 PM
mouse_runner's Avatar
mouse_runner Offline
Registered User
 
Join Date: Oct 2009
Location: Netherlands
Age: 41
Posts: 397
linuxfirefox
Re: Total Newb questions...Fedora 12

Quote:
Originally Posted by Kalthia View Post
03:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02)



~Betty
betty

try,, as root, on a terminal

Code:
yum install kmod-wl
you got bradcom drivers on your wireless , and there are drivers for it

if this does not work,, pls post output of:
Code:
yum repolist
__________________
dell Studio 17, 4GB mem, 320GB HD Ubuntu 10.04 LTS
Gnome desktop
[SIGPIC][/SIGPIC]
  #3  
Old 24th April 2010, 01:08 PM
Kalthia Offline
Registered User
 
Join Date: Apr 2010
Posts: 18
windows_xp_2003firefox
Red face Re: Total Newb questions...Fedora 12

[root@Kami Betty]# yum install kmod-wi
Loaded plugins: presto, refresh-packagekit
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

[root@Kami Betty]# yum repolist
Loaded plugins: presto, refresh-packagekit
repo id repo name status
fedora Fedora 12 - i386 enabled: 0
updates Fedora 12 - i386 - Updates enabled: 0
repolist: 0

Oh I am so proud! I knew what you meant by "as root" .. LOL.
  #4  
Old 24th April 2010, 01:17 PM
mouse_runner's Avatar
mouse_runner Offline
Registered User
 
Join Date: Oct 2009
Location: Netherlands
Age: 41
Posts: 397
linuxfirefox
Re: Total Newb questions...Fedora 12

here we go:
step 1:
install rpmfusion repo:
open a terminal and log in as root,, by
Code:
su -
followed by enter
your root password will be asked

then:
Code:
rpm -i http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
and
Code:
rpm -i http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
step2
install broadcom drivers:
Code:
yum install kmod-wl
remove network cable, and reboot
depending on your router configuration,, you need to know your wpa-key
__________________
dell Studio 17, 4GB mem, 320GB HD Ubuntu 10.04 LTS
Gnome desktop
[SIGPIC][/SIGPIC]
  #5  
Old 24th April 2010, 01:19 PM
Kalthia Offline
Registered User
 
Join Date: Apr 2010
Posts: 18
windows_xp_2003firefox
Re: Total Newb questions...Fedora 12

That would be awesome, but my system is not recognizing my wired or wireless connection. I can't connect at all.

Can I d/l this to a disk and install that way?
  #6  
Old 24th April 2010, 01:21 PM
mouse_runner's Avatar
mouse_runner Offline
Registered User
 
Join Date: Oct 2009
Location: Netherlands
Age: 41
Posts: 397
linuxfirefox
Re: Total Newb questions...Fedora 12

hmmm,,

this is beyond my knowledge
as default,, bassicly all distro's should be able to detect wired internet..
sorry, i have no idea
__________________
dell Studio 17, 4GB mem, 320GB HD Ubuntu 10.04 LTS
Gnome desktop
[SIGPIC][/SIGPIC]
  #7  
Old 24th April 2010, 01:42 PM
Kalthia Offline
Registered User
 
Join Date: Apr 2010
Posts: 18
windows_xp_2003firefox
Re: Total Newb questions...Fedora 12

Thank you for your time Mouse_Runner, I got it up and running..
Closed Thread

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
A total newb... and pulseaudio problems That Lame Thing Using Fedora 12 9th January 2010 06:35 PM
fedora total newbie questions Jasper Mac Chat 0 24th February 2007 07:32 PM
Total newb. no GUI calavera Installation and Live Media 4 29th September 2006 02:44 AM
C++ Compiler total NEWB! rambone Installation and Live Media 7 30th January 2006 02:10 AM
Total Newb Question Nezmin2 Using Fedora 1 19th October 2005 10:33 PM


Current GMT-time: 16:21 (Tuesday, 21-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