LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-27-2006, 07:50 PM   #1
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403
Blog Entries: 1

Rep: Reputation: 30
Question trouble with wifi ndiswrapper & Broadcom 4310 chip based wireless


g'day,
got a new laptop, compaq V3000 and installed ubuntu 6.06 on it. everything but the wireless works out of the box. i tried following the instructions given here but i was still not able to get it up and running. the command "ndiswrapper -l" says that the bcm4310 driver is present and the hardware is present. however when i start the connection - iwconfig eth0 essid “uwindsor” - it says there is an error and refuses to connect. tried changing eth0 to eth1 but same problem. any dieas ? i just need it to connect to my university wireless which is unsecure. any suggestions.
 
Old 09-28-2006, 12:51 PM   #2
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Rep: Reputation: 30
what error exactly?! what does dmesg say, after you load ndiswrapper module?!
 
Old 09-28-2006, 08:06 PM   #3
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
dmesg said there was a error in loading the ndiswrapper drivers but it was able to load ndiswrapper fine. also, doing wlanconfig shows the network connections and also a "no wireless extensions." i take it the drivers aint working ? man i wish it was as easy as installing the mad-wifi drivers
 
Old 09-28-2006, 08:24 PM   #4
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Rep: Reputation: 30
anyway, post the dmesg output about ndiswrapper and that "unable to connect" error here!
what does "iwconfig wlan0" and "iwlist wlan0 scan" says?!
 
Old 09-29-2006, 02:29 AM   #5
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Code:
anshuman@Starbase10:~/Desktop$ iwconfig wlan0
wlan0     No such device

anshuman@Starbase10:~/Desktop$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      no wireless extensions.

sit0      no wireless extensions.

anshuman@Starbase10:~/Desktop$ ndiswrapper -l
Installed drivers:
bcmwl5          driver installed, hardware present
there seems to be something screwed up with dmesg. it used to give a proper output but now it gives rubbish, mot of which doesnt even fit on the screen, heres some of it
Code:
[ 1961.533914] evbug.c: Event. Dev: usb-0000:00:0b.0-6/input0, Type: 0, Code: 0, Value: 0
[ 1961.537902] evbug.c: Event. Dev: usb-0000:00:0b.0-6/input0, Type: 2, Code: 0, Value: 3
[ 1961.537914] evbug.c: Event. Dev: usb-0000:00:0b.0-6/input0, Type: 0, Code: 0, Value: 0
[ 1961.541901] evbug.c: Event. Dev: usb-0000:00:0b.0-6/input0, Type: 2, Code: 0, Value: 1
[ 1961.541908] evbug.c: Event. Dev: usb-0000:00:0b.0-6/input0, Type: 2, Code: 1, Value: 1
[ 1961.541920] evbug.c: Event. Dev: usb-0000:00:0b.0-6/input0, Type: 0, Code: 0, Value: 0
[ 1961.545902] evbug.c: Event. Dev: usb-0000:00:0b.0-6/input0, Type: 2, Code: 0, Value: 1
[ 1961.545918] evbug.c: Event. Dev: usb-0000:00:0b.0-6/input0, Type: 0, Code: 0, Value: 0
[ 1961.920681] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 200
[ 1961.920695] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 103, Value: 1
[ 1961.920700] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
[ 1961.969734] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 200
[ 1961.969747] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 103, Value: 0
[ 1961.969754] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
[ 1962.225714] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28
[ 1962.225727] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 28, Value: 1
[ 1962.225736] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
any thoughts ?

Last edited by WhiskeyTangoFoxtrot; 09-29-2006 at 02:30 AM.
 
Old 09-29-2006, 07:12 AM   #6
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Rep: Reputation: 30
it looks like dmesg output you posted doesn't have to do anything with ndiswrapper. maybe there's something wrong with the driver! I remember I ran across a link to windows broadcom 4310 driver in these forums many times, and that driver worked fine. or try to use the driver from your CD, if you have one!

Last edited by Shioni; 09-29-2006 at 07:13 AM.
 
Old 09-29-2006, 04:59 PM   #7
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Quote:
Originally Posted by Shioni
it looks like dmesg output you posted doesn't have to do anything with ndiswrapper. maybe there's something wrong with the driver! I remember I ran across a link to windows broadcom 4310 driver in these forums many times, and that driver worked fine. or try to use the driver from your CD, if you have one!
wierdly enough there is no cd
but i cant see why these drivers i got from the windows xp partition dont work. tried reinstalling ndiswrapper and the broadcom drivers several times with no success.
 
Old 09-29-2006, 05:19 PM   #8
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Rep: Reputation: 30
just look for thous drivers here on the forum! they work for me!
 
Old 09-30-2006, 02:08 PM   #9
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
ok, i will try to find other drivers. meanwhile i reinstalled ubuntu because the modprobe and some other commands like dmesg were broken. after reinstaling everything dmesg now shows this
Quote:
[ 4150.515666] ndiswrapper version 1.23 loaded (preempt=yes,smp=yes)
[ 4150.568768] ndiswrapper (check_nt_hdr:149): kernel is 64-bit, but Windows driver is not 64-bit;bad magic: 010B
[ 4150.568776] ndiswrapper (load_sys_files:214): couldn't prepare driver 'bcmwl5'
[ 4150.555720] ndiswrapper (load_wrap_driver:113): loadndiswrapper failed (65280); check system log for messages from 'loadndisdriver'
apparently the driver i got off the windows directory is 32 bit while my kernel is 64 bit. how can windows be using the 32 bit driver then
 
Old 09-30-2006, 04:45 PM   #10
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403

Original Poster
Blog Entries: 1

Rep: Reputation: 30
i solved the problem. apparently the drivers i got from windows were 32-bit and ndiswrapper needed the 64-bit ones. after installing them and a quick reboot the wireless came to life. i have a detailed proceedure posted on my blog Thanks for your time Shioni.

Last edited by WhiskeyTangoFoxtrot; 10-01-2006 at 04:30 AM.
 
Old 09-30-2006, 08:25 PM   #11
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Rep: Reputation: 30
It's strange that ndiswrapper didn't bitch about 32-bit driver then. glad you got it working!
 
  


Reply

Tags
broadcom, ndiswrapper, presario


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Broadcom Wireless (BCM4306) Wireless problems: modprobe ndiswrapper freezes HP Laptop shthap3ns Linux - Hardware 11 02-11-2007 01:53 PM
trouble installing the ndiswrapper for Broadcom on Fedora Core 3 aybhaveatlinux Linux - Desktop 3 08-16-2006 06:55 AM
sound trouble on tvtime with a PCTV card based on Conexant Fussion bt 878a chip areaper Linux - Hardware 6 05-03-2006 03:53 PM
Wireless nic trouble & ndiswrapper linuxhippy Fedora 3 07-23-2005 05:21 PM
broadcom chip wireless problems mikede Linux - Wireless Networking 10 06-13-2005 04:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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