User User name Password  
   
Saturday 23.11.2024 / 17:18
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > software, operating systems and more > linux - general discussion > ndiswrapper - help with wireless pci card, ubuntu and other drivers
Show topics
 
Forums
Forums
Ndiswrapper - help with wireless pci card, ubuntu and other drivers
  Jump to:
 
Posted Message
Bladerz05
Member
_
18. September 2007 @ 19:51 _ Link to this message    Send private message to this user   
i am new to linux took the plunge into ubuntu 6.06 lts x86 version. i have installed ndiswrapper-utils_1.8-0ubuntu2_i386.deb and ndisgtk_0.6-0ubuntu1_all.deb for ndiswrapper since my wmp300n wireless adapter doesnt have linux drivers available. through the Windows Wireless Drivers i added the file bcmwl5.inf which is the only inf file besides autorun.inf. the Windows Wireless Drivers utility says the device is not found. i tried restarting and have been searching all over the internet for an answer but have not found one. also to add i placed ndiswrapper in the modules for startup, (i guess thats what that does)

also to add will red hat linux drivers work with ubuntu, just asking because dell has drivers for other hardware for red hat linux as well as xp.

please take it easy on me as i am new to linux and have a significant amount of ignorance about the os

I am Lord Bladerzor.
Advertisement
_
__
Member
_
19. September 2007 @ 12:14 _ Link to this message    Send private message to this user   
If the redhat drivers are in .rpm format you can use a tool called alien to convert them to .deb (from a terminal type sudo apt-get install alien, or use synaptic). the easiest way to do this is in a terminal navigate to the file (.rpm) and ( it think) type alien file.rpm file .deb and hit enter. here is the homepage (although a google will get you even more info) http://kitenet.net/~joey/code/alien/

I have used this proggie for a couple of things (just cant mind what at the moment) and it is quite useful. Just be careful to check the dependancies and any other programs (perl, gcc etc) that are needed to run it.

Unfortunately I dont use wireless on my *nix installs so I cant be of more help as to why they are not working for you.
Moderator
_
19. September 2007 @ 12:22 _ Link to this message    Send private message to this user   
howdy ktulu. i use wireless on most of my *nix machines, though i'm turning in for the night, i shall look at this one at work in the morn

..just before i go though.. ndiswrapper is great, and bcmwl5.inf is as standard as they come, so it should be real easy..



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***
Bladerz05
Member
_
19. September 2007 @ 14:58 _ Link to this message    Send private message to this user   
i have noticed that in my never ending google searches, i just cant get it to work...i stopped using the gui and hit the terminal and came up tith this

Quote:
88
admin@admin-desktop:~$ sudo ndiswrapper -i ~/Desktop/bcmwl5.inf
Password:
bcmwl5 is already installed. Use -e to remove it
admin@admin-desktop:~$ ndiswrapper -l
Installed ndis drivers:
bcmwl5 invalid driver!
admin@admin-desktop:~$ ndiswrapper -l
Installed ndis drivers:
bcmwl5 invalid driver!

i hope this aids in your efforts.

Add:

i ran a program through console and it detected my wireless adapter but i dont know how to get it to work, here are my results:
Quote:
lspci -v | less

0000:03:01.0 Network controller: Broadcom Corporation: Unknown device 4329 (rev
01)
Subsystem: Linksys: Unknown device 0060
Flags: bus master, fast devsel, latency 64, IRQ 5
Memory at dfbfc000 (32-bit, non-prefetchable) [size=16K]



I am Lord Bladerzor.

This message has been edited since posting. Last time this message was edited on 19. September 2007 @ 18:12

Moderator
_
20. September 2007 @ 05:03 _ Link to this message    Send private message to this user   
i haven't got my Linux laptop with me today, will check it at home later for some of the settings i wanted to paste here..

For now though i wonder whether it's the atrocious newer way of doing wireless, that's at fault here... I don't use Ubuntu but just googled and Dapper Drake seems to have bcm43xx setup as default, i find it to be a real pain (have come across this on Mandriva and in PCLinuxOS).
bcm43xx is a Linux driver for the Broadcom bcm43xx wireless chips, and it was included into the Linux kernel since 2.6.17-rc2.
I always find it easier to disable it and do wireless the 'old' way, ie i swear by ndiswrapper usually.

Let's try bypassing bcm43xx.
I can't remember the exact details at the moment but if i recall correctly you add a line to /etc/modprobe.d/blacklist like this 'blacklist bcm43xx'

You can run lsmod | grep bcm43xx and if it's there just unload it via rmmod bcm43xx

ndiswrapper should now work ok, ie sudo ndiswrapper -e bcmwl5 (can't remember if you need the .inf on the end) then

ndiswrapper -i ~/Desktop/bcmwl5.inf


You can then configure the wireless parameters, easiest way is obviously via the 'gui' tools.

i usually then finetune the config files for network interfaces at the command line. They should live in /etc/sysconfig/network-scripts and are called ifcfg-eth0 or ifcfg-wlan0 or whatever your wireless interface is called.

Provided we get your wireless sorted we should look at disabling IPV6. This is another networking annoyance in the latest linux distro's. A symptom of IPV6 being present when it's not wanted is slow internet response (mainly thru web browsing). Here's an example link with some info -
http://vntutor.blogspot.com/2007/05/disa...-up-feisty.html

Though as i say we haven't got that far yet. See how you get on with the bcm43xx removal for now.



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***

This message has been edited since posting. Last time this message was edited on 20. September 2007 @ 05:04

Member
_
20. September 2007 @ 10:18 _ Link to this message    Send private message to this user   
Hey Creaky, long time no speak. Thanx for your info on the wireless part, I don't have a clue (the kids PC's are both XP so wireless setup for those is a piece of p***). I'm off to check out the IPV6 and see if i can sort my torrents out.
Bladerz05
Member
_
20. September 2007 @ 15:17 _ Link to this message    Send private message to this user   
Originally posted by creaky:
i haven't got my Linux laptop with me today, will check it at home later for some of the settings i wanted to paste here..

For now though i wonder whether it's the atrocious newer way of doing wireless, that's at fault here... I don't use Ubuntu but just googled and Dapper Drake seems to have bcm43xx setup as default, i find it to be a real pain (have come across this on Mandriva and in PCLinuxOS).
bcm43xx is a Linux driver for the Broadcom bcm43xx wireless chips, and
it was included into the Linux kernel since 2.6.17-rc2.
I always find it easier to disable it and do wireless the 'old' way, ie i swear by ndiswrapper usually.

Let's try bypassing bcm43xx.
I can't remember the exact details at the moment but if i recall correctly you add a line to /etc/modprobe.d/blacklist like this 'blacklist bcm43xx'

You can run lsmod | grep bcm43xx and if it's there just unload it via rmmod bcm43xx

ndiswrapper should now work ok, ie sudo ndiswrapper -e bcmwl5 (can't remember if you need the .inf on the end) then

ndiswrapper -i ~/Desktop/bcmwl5.inf


You can then configure the wireless parameters, easiest way is obviously via the 'gui' tools.

i usually then finetune the config files for network interfaces at the command line. They should live in /etc/sysconfig/network-scripts and are called ifcfg-eth0 or ifcfg-wlan0 or whatever your wireless interface is called.

Provided we get your wireless sorted we should look at disabling IPV6. This is another networking annoyance in the latest linux distro's. A symptom of IPV6 being present when it's not wanted is slow internet response (mainly thru web browsing). Here's an example link with some info -
http://vntutor.blogspot.com/2007/05/disa...-up-feisty.html

Though as i say we haven't got that far yet. See how you get on with the bcm43xx removal for now.

ok i tried what you said and yet am still with no success, if i did something wrong, please be gentle as i am ignorant of the terminal

oh and by the way i only have a root drive.

Quote:

admin@admin-desktop:~$ /etc/modprobe.d/blacklist
bash: /etc/modprobe.d/blacklist: Permission denied

admin@admin-desktop:~$ blacklist bcm43xx
bash: blacklist: command not found

admin@admin-desktop:~$ lsmod | grep bcm43xx

admin@admin-desktop:~$ rmmod bcm43xx
ERROR: Module bcm43xx does not exist in /proc/modules

admin@admin-desktop:~$ sudo ndiswrapper -e bcmwl5
Driver bcmwl5 is not installed.Use -l to list installed drivers

admin@admin-desktop:~$ ndiswrapper -i ~/Desktop/bcmwl5.inf
Installing bcmwl5
Unable to create directory /etc/ndiswrapper/bcmwl5.Make sure you are running as root

admin@admin-desktop:~$




I am Lord Bladerzor.
Moderator
_
20. September 2007 @ 15:26 _ Link to this message    Send private message to this user   
no worries.

you need to be using sudo, like you were before, for each command..



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***
Bladerz05
Member
_
20. September 2007 @ 15:35 _ Link to this message    Send private message to this user   
ok ill boot back over to linux and try again, back in 10 mins

I am Lord Bladerzor.
Bladerz05
Member
_
20. September 2007 @ 15:49 _ Link to this message    Send private message to this user   
ok so heres what i came up with

Quote:
result

admin@admin-desktop:~$ sudo /etc/modprobe.d/blacklist
Password:
sudo: /etc/modprobe.d/blacklist: command not found

admin@admin-desktop:~$ sudo blacklist bcm43xx
sudo: blacklist: command not found

admin@admin-desktop:~$ sudo /etc/modprobe.d/blacklist bcm43xx
sudo: /etc/modprobe.d/blacklist: command not found

admin@admin-desktop:~$ sudo lsmod | grep bcm43xx

admin@admin-desktop:~$ sudo rmmod bcm43xx
ERROR: Module bcm43xx does not exist in /proc/modules

admin@admin-desktop:~$ sudo ndiswrapper -e bcmwl5

admin@admin-desktop:~$ sudo ndiswrapper -i ~/Desktop/bcmwl5.inf
Installing bcmwl5
no vendor

admin@admin-desktop:~$



I am Lord Bladerzor.
Moderator
_
20. September 2007 @ 16:00 _ Link to this message    Send private message to this user   
Quote:
sudo /etc/modprobe.d/blacklist
Password:
sudo: /etc/modprobe.d/blacklist: command not found
- ah ok. you need to edit /etc/modprobe.d/blacklist file and add the line 'blacklist bcm43xx' (without the ') as opposed to running them. this could get tricky. try using a simple text editor such as kwrite.
edit- see next comment, we don't need to do this now

Quote:
sudo lsmod | grep bcm43xx
- ...however it seems bcm43xx isn't present after all

Quote:
sudo rmmod bcm43xx
ERROR: Module bcm43xx does not exist in /proc/modules
- that's ok, see previous comment

Quote:
admin@admin-desktop:~$ sudo ndiswrapper -e bcmwl5
- that works ok

Quote:
sudo ndiswrapper -i ~/Desktop/bcmwl5.inf
Installing bcmwl5
no vendor
hmm, what's happened there i wonder...



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***

This message has been edited since posting. Last time this message was edited on 20. September 2007 @ 16:02

Bladerz05
Member
_
20. September 2007 @ 16:27 _ Link to this message    Send private message to this user   
Quote:
Quote:sudo ndiswrapper -i ~/Desktop/bcmwl5.inf
Installing bcmwl5
no vendor

hmm, what's happened there i wonder...
not entirely sure, it appears that it is not finding my hardware but i ran "lspci -v | less" and it detects it. also through the gui in windows wireless driver thing it installes the driver but then shows below it "hardware not present"

I am just curious, would switching to a different distro be better, i chose this one because of rave of the user friendliness but as of current it appears anything but friendly. i feel we are close but then again maybe not.

thanks for your help so far.

I am Lord Bladerzor.

This message has been edited since posting. Last time this message was edited on 20. September 2007 @ 16:29

Moderator
_
20. September 2007 @ 23:36 _ Link to this message    Send private message to this user   
changing distro's is always an option, but for now i've 'rewound' and started re-reading your original post as i hadn't actually delved in and checked out the specifics of your wireless adapter....


There's a very well laid-out how-to here - https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper which is very useful as it specifically mentions 6.06 of Ubuntu. I got that link from here - http://ubuntuforums.org/showthread.php?t=539208 (which i'm still reading so i may have to edit my post and add more bits of info shortly..)

Anyways, there's also a very important link to keep in mind if/whenever you want to do wireless in Linux, it can be a lifesaver (and moneysaver!) when researching which devices to buy... - http://ndiswrapper.sourceforge.net/jooml...mid,33/id,list/ then as you have a wmp300n you would choose 'List M-N' and search down until you find your adapter. Now there can be multiple paragraphs for a given card, this is due to those pesky manufacturers using various chipsets for any given hardware... ..i'm still reading thru the 3 flavours ie different chipsets listed in that link. In fact i'll paste the 3 chipsets here -

# Card: Linksys WMP300N Wireless-N PCI Adapter

* Chipset: Broadcom Corporation BCM4329/BCM42055000 802.11b/g
* pciid: 14e4:4320
* Driver: Linksys ftp://ftp.linksys.com/pub/network/WMP300N-20060511.exe
* Driver Version: 4.80.9.2 Apr 24, 2006
* openSUSE Linux v 10.1
* ndiswrapper: ndiswrapper-1.28

#Card: Linksys WMP300N Wireless-N PCI Adapter

* Chipset: Broadcom Corporation BCM94321MP, 802.11b/g/Draft n
* pciid: 14e4:4329, reported by lspci as Broadcom BCM43XG Rev. 1, but according to bcmwl5.inf, it should be BCM43XNG
* Driver: Linksys WMP300N_20061117_dr.exe
* Driver version: 4.100.15.5
* Fedora Core 6, x86-64, kernel 2.6.18-1.2849.fc6-x86_64
* ndiswrapper: ndiswrapper-1.31. 1.28rc2 works also
* Note: other Broadcom draft n drivers, such as the Dell and others do not work. They appear to support a device 14e4:4328 but not 4329. Only the newest Linksys driver supports 64 bit. Previous one did not.
According to iwconfig, getting speeds in the 200 Mbit/s range, even with tx power turned down to 10dBm.
* As far as I can tell, draft N actually works.
* ?This version of the driver also fixes a rootkit exploit? see: http://blogs.zdnet.com/Ou/?p=365
* For older BCM cards, the file bcmwl5.inf does not contain the required data although I suspect the drivers themselves do. Other manufacturers such as Dell have released updated drivers fixing the vulnerability.
See: http://support.dell.com/support/download...5&fileid=187886 which does not include information for 14e4:4329 however.

#Card: Linksys WMP300N Wireless-N PCI Adapter

* Chipset: Atheros 5416
* pciid: 168c:0023
* Driver: Belkin F5D8001 (just the ar5416.sys file). Rest, standard Linksys install CD
* Driver version: 6.0.1.4
* OpenSuSE 10.2
* ndiswrapper 1.29 (1.34 does not work - locks up the machine)
* Note: If you use the Linksys drivers then it seems to lose connections after a short time or on large downloads. Replace the ar5416.sys with the one from the Belkin drivers and this does not happen. The only change I made to net5416.inf was to update the version number.
* Note: This doesn?t work for Fedora 6 kernel 2.6.19 with ndiswrapper 1.25 (built in), 1.29 as above, 1.36, 1.37 or 1.38. The first modprobe works ok, and even allows connection, but you cannot modprobe a second time - each time it maxes the CPU or crashes the kernel. Same symptoms with a 16k stack sized kernel.

Now to see exactly which chipset of the wmp300n you have.... (i don't use anything quite as modern as that, most of my adapters for various linux machines and also windows machines are Linksys WMP54G and i have 2 chipsets among my many cards, the Ralink RT2500 and Ralink RT61 ..but i digress);

a-ha, i see you'd posted your chipset info further up the page...

Originally posted by Bladerz05:
0000:03:01.0 Network controller: Broadcom Corporation: Unknown device 4329 (rev
01)
Subsystem: Linksys: Unknown device 0060
Flags: bus master, fast devsel, latency 64, IRQ 5
Memory at dfbfc000 (32-bit, non-prefetchable) [size=16K]
...so... ..according to your lspci quote, the '4329' suggests to me that your chipset is the first of the 3 choices i posted above, however the second choice mentions '4329' also.

..it seems Ubuntu isn't mentioned in the 3 chipset paragraphs, however it obviously doesn't mean that Ubuntu isn't supported, it could just be that your 'Draft N' adapter is too new to have much info listed in that link. And the links i'm reading have loads of info re your adapter, but it's finding specific info on whichever chipset you have that's proving tricky at the moment..

..so more concerning is the fact that your lspci output suggests your adapter isn't recognised, it says 'unknown device 4329'. Just going to see i've got any info here somewhere of how an lspci output should look..

Originally posted by creaky:
05:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
- there's an example (off one of my machines) of what you should see, ie specific info re the chipset...

(sorry this is turning into war and peace btw, i always write my replies so that anyone else can refer to them) :)

right...i need to go read up on those other links i posted and do some more googling... back soon..



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***

This message has been edited since posting. Last time this message was edited on 21. September 2007 @ 00:46

Moderator
_
21. September 2007 @ 01:21 _ Link to this message    Send private message to this user   
still googling...

..what's your kernel version, from uname -r ???

Also, let's have the output from lspci -n ..just the line that corresponds to your lspci info from further up the thread. it should be the one beginning with 03:01.0 or 0000:03:01.0

- in the output, the 3rd column along should hopefully say 8086:4329

(i'm new to lspci -n as never had a need to use it before today) :)



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***

This message has been edited since posting. Last time this message was edited on 21. September 2007 @ 01:55

Bladerz05
Member
_
21. September 2007 @ 07:40 _ Link to this message    Send private message to this user   
here are my results: this one looks right 0000:03:01.0 0280: 14e4:4329 (rev 01)

uname -r
2.6.15-26-386

Quote:
admin@admin-desktop:~$ lspci -n
0000:00:00.0 0600: 8086:2580 (rev 04)
0000:00:01.0 0604: 8086:2581 (rev 04)
0000:00:1c.0 0604: 8086:2660 (rev 03)
0000:00:1d.0 0c03: 8086:2658 (rev 03)
0000:00:1d.1 0c03: 8086:2659 (rev 03)
0000:00:1d.2 0c03: 8086:265a (rev 03)
0000:00:1d.3 0c03: 8086:265b (rev 03)
0000:00:1d.7 0c03: 8086:265c (rev 03)
0000:00:1e.0 0604: 8086:244e (rev d3)
0000:00:1e.2 0401: 8086:266e (rev 03)
0000:00:1f.0 0601: 8086:2640 (rev 03)
0000:00:1f.1 0101: 8086:266f (rev 03)
0000:00:1f.2 0101: 8086:2651 (rev 03)
0000:00:1f.3 0c05: 8086:266a (rev 03)
0000:01:00.0 0300: 1002:5b60
0000:01:00.1 0380: 1002:5b70
0000:03:01.0 0280: 14e4:4329 (rev 01)
0000:03:08.0 0200: 8086:1064 (rev 03)

admin@admin-desktop:~$ uname -r
2.6.15-26-386

admin@admin-desktop:~$



I am Lord Bladerzor.
Moderator
_
21. September 2007 @ 09:21 _ Link to this message    Send private message to this user   
Originally posted by Bladerz05:
here are my results: this one looks right 0000:03:01.0 0280: 14e4:4329 (rev 01)
0000:03:01.0 0280: 14e4:4329 (rev 01)
nice one; now i've just got to remember where my poor old brain had got to :)

edit- right then, so yours is definitely this one here -

#Card: Linksys WMP300N Wireless-N PCI Adapter

* Chipset: Broadcom Corporation BCM94321MP, 802.11b/g/Draft n
* pciid: 14e4:4329, reported by lspci as Broadcom BCM43XG Rev. 1, but according to bcmwl5.inf, it should be BCM43XNG
* Driver: Linksys WMP300N_20061117_dr.exe
* Driver version: 4.100.15.5
* Fedora Core 6, x86-64, kernel 2.6.18-1.2849.fc6-x86_64
* ndiswrapper: ndiswrapper-1.31. 1.28rc2 works also
* Note: other Broadcom draft n drivers, such as the Dell and others do not work. They appear to support a device 14e4:4328 but not 4329. Only the newest Linksys driver supports 64 bit. Previous one did not.
According to iwconfig, getting speeds in the 200 Mbit/s range, even with tx power turned down to 10dBm.
* As far as I can tell, draft N actually works.
* ?This version of the driver also fixes a rootkit exploit? see: http://blogs.zdnet.com/Ou/?p=365
* For older BCM cards, the file bcmwl5.inf does not contain the required data although I suspect the drivers themselves do. Other manufacturers such as Dell have released updated drivers fixing the vulnerability.
See: http://support.dell.com/support/download...5&fileid=187886 which does not include information for 14e4:4329 however.

..in which case there's no reason it shouldn't work with ndiswrapper... there's this link i'd already pasted further up, and it's not very different to what you've already done...

re-checking my previous replies to see if there's any other links with any more clues..

right at the start of this thread you said "ubuntu 6.06 lts x86 version", does the x86 mean x86-64 ie 64-bit ?, in which case i wonder what version of the Windows driver you've got. From the paragraph above it states "* Driver: Linksys WMP300N_20061117_dr.exe
* Driver version: 4.100.15.5
* Note: other Broadcom draft n drivers, such as the Dell and others do not work. They appear to support a device 14e4:4328 but not 4329. Only the newest Linksys driver supports 64 bit. Previous one did not."

that driver is here - http://www.linksys.com/servlet/Satellite...d#versiondetail





Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***

This message has been edited since posting. Last time this message was edited on 21. September 2007 @ 09:48

Bladerz05
Member
_
21. September 2007 @ 20:44 _ Link to this message    Send private message to this user   
i have always understood x86 to mean 32 bit and it also said that on the ubuntu website. i only have a single core processor so yeah little fun fact.

http://www.ubuntu.com/getubuntu/download
ubuntu offers 3 different forms:
Standard personal computer (x86 architecture, PentiumTM, CeleronTM, AthlonTM, SempronTM)
64bit AMD and Intel computers
Sun UltraSPARC based

i chose the first one,
do you have any suggestions as to which distro would cure my problem?


I am Lord Bladerzor.
Moderator
_
21. September 2007 @ 21:34 _ Link to this message    Send private message to this user   
quite right about the x86, it just looked like you could also have meant b4bit.

well, you could always try Fedore Code 6, which the paragraph up there says supports your card... http://fedora.inode.at/6/i386/iso/

- that's a fair few cd's though..

how about another suggestin first....

try PCLinuxOS 2007, it's the only distro i've used that i've seen wireless work 'out of the box'.

You can run it off the CD ie it's a live cd, plus you can install from the same CD too. I have it on 2 machines and 1 of my work machines too. - http://www.distrowatch.com/table.php?distribution=pclinuxos

It may be worth also trying TinyMe, which i only found out about this week (it's like a cut-down PCLinuxOS) - http://www.distrowatch.com/table.php?
It's currently at test6 and works great, and is only 200mb; i've been doing all my internet duties off it's livecd for a few days now. Not tried wireless on TinyMe yet, haven't got wireless setup here yet, that would have to wait until i'm back at home..

edit- i could try it later while i'm still here - loads of the neighbours have wireless, i could set up one of the laptops and as long as i could see some neighbours networks it would prove it works. Then i could finally install the wireless router that i hadn't got around to doing.. i'll have a go at that later..

So.. i'd suggest trying one or both of those, all you have to lose is a couple of cd's or cd-rw's. ..let me know what you think



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***

This message has been edited since posting. Last time this message was edited on 21. September 2007 @ 21:38

Bladerz05
Member
_
22. September 2007 @ 06:19 _ Link to this message    Send private message to this user   
i have tried fedora, on my ps3, not so user friendly i didnt think. as for PCLinuxOS 2007 how user friendly would you rate this OS? ill do some research and see whats going on.

I am Lord Bladerzor.
Moderator
_
22. September 2007 @ 06:26 _ Link to this message    Send private message to this user   
i only used one or two versions of Fedora at work, and not for long each time, recently i ditched Fedora (no reason) for PCLinuxOS. PCLinuxOS is based on Mandriva, both PCLinuxOS & Mandriva are very nice indeed (& simple to use/maintain/learn). By far my fave distro has always been Mandriva, been using it for 6/7 years now, since back when it was known as Mandrake (i started out with version 8.1). Most of my machines are Mandriva, though as there's so many smart distro's out there i try to keep some machines spare for changing distro's now and then.

Anyways, yes, PCLinuxOS is incredibly user-friendly. As i say, it's a live cd, so you can try it out, then (like TinyMe) you can just install from an icon on the desktop. I highly recommend you dive into PCLinuxOS straight away :)



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***

This message has been edited since posting. Last time this message was edited on 22. September 2007 @ 06:28

Bladerz05
Member
_
24. September 2007 @ 22:31 _ Link to this message    Send private message to this user   
thanks for all your help, i really appreciate it, i trashed ubuntu and installed pclinuxos 2007 and i am now proud to say i am running linux in conjuction with my adapter as i am writing this. i can already tell from 10 mins of uptime from this os that it is superior to ubuntu. all i have now is to see how well it is compatible with my other hardware. Thanks a bunch.

I am Lord Bladerzor.
Moderator
_
24. September 2007 @ 23:46 _ Link to this message    Send private message to this user   
you're welcome; don't forget to sort out the repositories and install what you need plus apply any updates.

enjoy



Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***
Bladerz05
Member
_
25. September 2007 @ 07:12 _ Link to this message    Send private message to this user   
repositories? and by updates you mean through the package manager right? just right click everything and set it to install?


ADD:

ok another thing, will red hat linux drivers work with pclinuxos 2007 and if not will alien work, or is that just to maqke them work with ubuntu? i downloaded a driver for my ati x300 graphics card and on ati's website it just said linux, no distro. i download it and it is a .run file, how do i use this?

I am Lord Bladerzor.

This message has been edited since posting. Last time this message was edited on 25. September 2007 @ 07:20

Advertisement
_
__
 
_
Moderator
_
25. September 2007 @ 07:22 _ Link to this message    Send private message to this user   
yeah, just use Synaptic, setup some repositories (bit of trial and error as not all of them work), then hit 'reload' the see what needs installing/updating..






Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***

This message has been edited since posting. Last time this message was edited on 25. September 2007 @ 07:23

afterdawn.com > forums > software, operating systems and more > linux - general discussion > ndiswrapper - help with wireless pci card, ubuntu and other drivers
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2024 by AfterDawn Ltd.

  IDG TechNetwork