Go Back   PCMech Forums > Linux Support > Linux OS and Software Assistance

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-16-2009, 04:04 AM   #1
Member (7 bit)
 
Join Date: Oct 2007
Location: Ohio
Posts: 101
Send a message via AIM to Silvers24 Send a message via Yahoo to Silvers24
Adobe, Nvidia, Wi-fi, using Fedora 11. HELP!!!

I am tired of using google, I have been at this 3 days, with mutliple reinstalls of Fedora (Used 5, upgraded to Live FC 11, now using a full version of FC 11, DO NOT WANT TO REDO. )

So please, anyone using Fedora 11. Step by step of how to do the following:
Install Adobe Flash and get it to ACTUALLY WORK.
How to install Nvidia Drivers, since Nvidia has them for linux.
How to use my damn WUSB300N (Linksys Wireless)

If I can get help with just this, i'd marry you.

I am really trying with Linux, but this is just BS...


Oh and maybe a nice place to go on how to setup a full Web Server.
(Though I can eventually find this myself)

My Linux is 100% updated, and stuff.
Silvers24 is offline   Reply With Quote
Old 07-16-2009, 09:05 AM   #2
I like me
 
shadowpr's Avatar
 
Join Date: May 2007
Location: Tejas
Posts: 7,332
Have you considered an alternative distro like ubuntu or mint. They generally have nvidia drivers ready to work, and i've had no problems with flash at all.
__________________
It's coming....just you wait.
shadowpr is offline   Reply With Quote
Old 07-16-2009, 02:03 PM   #3
Member (7 bit)
 
Join Date: Oct 2007
Location: Ohio
Posts: 101
Send a message via AIM to Silvers24 Send a message via Yahoo to Silvers24
Yes, but I don't know about them as far as how are they with Servers? And such.
Also I have more material (books) on fedora then those. (Nothing for the others)
Of course even using the books is a huge migraine.
Silvers24 is offline   Reply With Quote
Old 07-16-2009, 06:53 PM   #4
Member (11 bit)
 
Join Date: Apr 2003
Posts: 1,505
Check out this guide:

http://www.my-guides.net/en/content/view/161/26/2/3/

It will walk you through how to setup the third party repos that will give you adobe and the nvidia drivers(rpm fusion). It's pretty straightforward once you know where to look.

As for your wireless, post what type of wireless card you have.
kilgoretrout is offline   Reply With Quote
Old 07-16-2009, 11:47 PM   #5
Member (7 bit)
 
Join Date: Oct 2007
Location: Ohio
Posts: 101
Send a message via AIM to Silvers24 Send a message via Yahoo to Silvers24
to Kilgoretrout, thank you for the link.
But I do question, did you read my entire first post? The first thing I mention is what wireless card I have. (When I go to mention it that is)

Anyway I had it working for me, till I did something and somehow messed up the boot of Fedora.

Last edited by Silvers24; 07-16-2009 at 11:57 PM.
Silvers24 is offline   Reply With Quote
Old 07-17-2009, 07:52 AM   #6
Member (8 bit)
 
Detonate's Avatar
 
Join Date: May 2008
Location: Ault, Colorado, USA
Posts: 162
Fedora is a great distro. Cutting edge stuff there. Not the distro I would recommend to a Linux newcomer. They have a great forum:

http://forums.fedoraforum.org/?
__________________
If you think you are too old to learn, you probably always were.
http://www.thegeezergeek.net
http://www.bigredonecannoneers.org
Detonate is offline   Reply With Quote
Old 07-17-2009, 12:52 PM   #7
Member (11 bit)
 
toomyg's Avatar
 
Join Date: Sep 2001
Location: Western New York
Posts: 1,178
Send a message via Yahoo to toomyg
I have Linux mint 7 and I didn't have to mess with anything for my video drivers and I have a Gforce 6150se and it even installed my Logitech cam without me messing with anything. I know this isnt really an answer to your post but I my self am new to Linux and it amazed me on how Linux Mint 7 installed everything I had connected to my PC and that's an AMD dual core 3. Ghz what ever bla bla bla I'm sure you know what I mean.
toomyg is offline   Reply With Quote
Old 07-20-2009, 03:43 AM   #8
Member (7 bit)
 
Join Date: Oct 2007
Location: Ohio
Posts: 101
Send a message via AIM to Silvers24 Send a message via Yahoo to Silvers24
I'm actually good, I have only one problem left. (as I have figured out everything else)


How In the Heck Do I Install My Wireless Card?
Like I have said, i've googled my ass off, all I keep running into is ndiswrapper, and this WUSB300N.tar file from a ATV website.
But no info on how to use it, or the .tar
Silvers24 is offline   Reply With Quote
Old 07-20-2009, 08:56 AM   #9
Member (8 bit)
 
Detonate's Avatar
 
Join Date: May 2008
Location: Ault, Colorado, USA
Posts: 162
Once you have downloaded the tar file, you should be able to right click on it and open it with your archive manager. Inside the file, once you extract it, there should be a text file with the installation instructions.
Detonate is offline   Reply With Quote
Old 07-20-2009, 01:50 PM   #10
Member (11 bit)
 
Join Date: Apr 2003
Posts: 1,505
Ndiswrapper is an application that allows you to use windows drivers for wireless cards in linux. If you have ndiswrapper installed in fedora 11, you have to get the right files from the windows driver for ndiswrapper to use. Ndiswrapper will install the windows driver from those files. That's probably what's in the tar file. A tar file is just an archive like a zip file in windows. Just extract it by right clicking on the file and select "Extract here".

However, I'm more puzzled by your comment that you had the card working for a while and then it quit on you. Exactly what happened? Also, open a console, and run:

$ su
[enter root password]
# iwconfig

That will tell you if you have any active wireless interfaces that your system recognizes. Post the output here if you get any.
kilgoretrout is offline   Reply With Quote
Old 07-20-2009, 02:03 PM   #11
Member (7 bit)
 
Join Date: Oct 2007
Location: Ohio
Posts: 101
Send a message via AIM to Silvers24 Send a message via Yahoo to Silvers24
I never once had this card working. Never.

Code:
[Silvers24@www ~]$ su -
Password:
[root@www ~]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

pan0      no wireless extensions.
In the tar file, there is two .sys files, one .inf and a .cat, none of those do anything.
And even if they could, obviously my card is not detected.
Silvers24 is offline   Reply With Quote
Old 07-20-2009, 04:19 PM   #12
Member (11 bit)
 
Join Date: Apr 2003
Posts: 1,505
Those are the windows driver files. You normally install the inf file. Open a console and navigate to the directory where that inf file is located. Then su to root and run:

# ndiswrapper -i netmw245.inf

That installs the driver. To make sure the installation went OK run:

# ndiswrapper -l

That should list the netwm driver for your device. Next load the driver with the modprobe command like so:

# modprobe ndiswrapper

Then plug in your usb dongle and rerun:

# iwconfig

And see if a wireless interface is detected.
kilgoretrout is offline   Reply With Quote
Old 07-21-2009, 12:40 AM   #13
Member (7 bit)
 
Join Date: Oct 2007
Location: Ohio
Posts: 101
Send a message via AIM to Silvers24 Send a message via Yahoo to Silvers24
I have a weird feeling it didn't.

Code:
[root@www ~]# cd /home/Silvers24/Desktop/Drivers
[root@www Drivers]# ndiswrapper -i netmw245.inf
installing netmw245 ...
[root@www Drivers]# ndiswrapper -l
netmw245 : driver installed
[root@www Drivers]# modprobe ndiswrapper
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
[root@www Drivers]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

pan0      no wireless extensions.

You have mail in /var/spool/mail/root
[root@www Drivers]#
Silvers24 is offline   Reply With Quote
Old 07-21-2009, 08:38 AM   #14
Member (11 bit)
 
Join Date: Apr 2003
Posts: 1,505
It installed alright; it's just not working for some reason. Are you running 32 bit or 64 bit? Also are you running a stock or custom kernel?

Just to make sure, run as root:

# lsmod | grep ndiswrapper

which will tell you if the ndiswrapper module loaded.

Also run:

$ uname -a

and:

$ rpm -qa | grep ndiswrapper

That will give the kernel version and the version of ndiswrapper that you have installed.

Finally, remove the usb dongle and reinsert it. Then run:

$ dmesg | tail

That will tell you what kernel messages are being given when you insert the dongle.

Post the output here and I'll try and help you further.
kilgoretrout is offline   Reply With Quote
Old 07-21-2009, 08:52 AM   #15
Member (8 bit)
 
Detonate's Avatar
 
Join Date: May 2008
Location: Ault, Colorado, USA
Posts: 162
Could you also run:
ifconfig -a

This will list all devices, even those that are not active.
Detonate is offline   Reply With Quote
Old 07-21-2009, 05:04 PM   #16
Member (7 bit)
 
Join Date: Oct 2007
Location: Ohio
Posts: 101
Send a message via AIM to Silvers24 Send a message via Yahoo to Silvers24
Quote:
[Silvers24@www ~]$ su -
Password:
[root@www ~]# lsmod | grep ndiswrapper
[root@www ~]# uname -a
Linux www.silvers24.com 2.6.29.5-191.fc11.x86_64 #1 SMP Tue Jun 16 23:23:21 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
[root@www ~]# rpm -qa | grep ndiswrapper
ndiswrapper-1.54-20.fc11.x86_64
ndiswrapper-kmdl-2.6.29.5-191.fc11-1.54-20.fc11.x86_64
[root@www ~]# dmesg | tail
usb 1-7: Product: Wireless-N USB network adapter v1021
usb 1-7: Manufacturer: MARVELL
usb 1-7: configuration #1 chosen from 1 choice
usb 1-7: USB disconnect, address 5
usb 1-7: new high speed USB device using ehci_hcd and address 6
usb 1-7: New USB device found, idVendor=13b1, idProduct=0029
usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-7: Product: Wireless-N USB network adapter v1021
usb 1-7: Manufacturer: MARVELL
usb 1-7: configuration #1 chosen from 1 choice
You have mail in /var/spool/mail/root
[root@www ~]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1D:7D:BF:66:04
inet addr:192.168.1.244 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21d:7dff:febf:6604/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:608 errors:0 dropped:0 overruns:0 frame:0
TX packets:640 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:478870 (467.6 KiB) TX bytes:94732 (92.5 KiB)
Interrupt:27 Base address:0xa000

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:64 errors:0 dropped:0 overruns:0 frame:0
TX packets:64 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4516 (4.4 KiB) TX bytes:4516 (4.4 KiB)

pan0 Link encap:Ethernet HWaddr 32:29:2C:58:833
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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

[root@www ~]#

There ya go guys.
Silvers24 is offline   Reply With Quote
Old 07-22-2009, 02:50 PM   #17
Member (11 bit)
 
Join Date: Apr 2003
Posts: 1,505
You apparently got no output when you ran:

# lsmod | grep ndiswrapper

which would indicate ndiswrapper didn't load. Try running:

$ su -
[root password]
# modprobe ndiswrapper

If the above command gives an error message of any kind, copy and past it in full here. Also, rerun:

# lsmod | grep ndiswrapper

It should ouput a line with ndiswrapper in it if the module loaded with the modprobe command.
kilgoretrout is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:27 PM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0