LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 08-09-2005, 10:07 PM   #1
thewfool
LQ Newbie
 
Registered: Aug 2005
Distribution: Kubuntu and gentoo
Posts: 4

Rep: Reputation: 0
ndiswrapper ubuntu amd64


I'm having trouble with ndiswrapper and the linksys wmp54g (Ralink RT2500). I've used the driver from the linksys website, but it was 32 bit and didn't work. Then I tried the 64 bit drivers from Ralink. None of them work.

I'm running dual amd64 chips under kubuntu with kernel 2.6.


ndiswrapper -l shows that the driver is installed and the hardware is present.


I've tried the newest ndiswrapper release and the newest ndiswrapper snapshot.





The output of dmesg includes the following:


ndiswrapper version 1.2 loaded (preempt=no,smp=yes)
general protection fault: 0000 [1] SMP
CPU 1
Modules linked in: ndiswrapper nvidia proc_intf freq_table cpufreq_userspace cpufreq_ondemand cpufreq_powersave video sony_acpi pcc_acpi button battery container ac ipv6 usblp usbhid snd_via82xx snd_ac97_codec snd_pcm snd_timer snd_page_alloc gameport snd_mpu401_uart snd_rawmidi snd_seq_device snd soundcore i2c_viapro i2c_core ehci_hcd uhci_hcd via82cxxx tg3 parport_pc evdev md tsdev dm_mod capability commoncap rtc psmouse mousedev lp parport ide_generic ide_disk ide_cd ide_core cdrom ext3 jbd mbcache sd_mod sata_via libata scsi_mod unix thermal processor fan fbcon font bitblit vesafb cfbcopyarea cfbimgblt cfbfillrect
Pid: 6956, comm: loadndisdriver Tainted: P 2.6.10-5-amd64-k8-smp
RIP: 0010:[<ffffffff8011ddc4>] <ffffffff8011ddc4>{do_page_fault+1380}
RSP: 0018:00000100159dbd18 EFLAGS: 00010246
RAX: 0000e7ec00000000 RBX: 0000000000000001 RCX: 000ffffffffff000
RDX: 0000e7ec00000000 RSI: 0000010000000000 RDI: ffffffff803d23a0
RBP: 0000000000000000 R08: ffffff000234ff18 R09: 00002b992ddfa232
R10: 0000000000000000 R11: 0000000000000100 R12: 00000100159dbe18
R13: 00000000ffffffe7 R14: fffff78000000320 R15: 000001001e9a5240
FS: 0000002a9556c250(0000) GS:ffffffff8040e480(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: fffff78000000320 CR3: 000000000187a000 CR4: 00000000000006e0
Process loadndisdriver (pid: 6956, threadinfo 00000100159da000, task 000001001e0b3860)
Stack: 0000000000000000 0000000000000216 0000000000000216 000001001e0b3860
00000100159dbe18 ffffffff802e669c 0000000000000000 0000000b0000000e
00000100014b4ae0 0000010000030001
Call Trace:<ffffffff80172a83>{alloc_page_interleave+67} <ffffffff8015faa9>{cache_grow+313}
<ffffffff8010dd2d>{error_exit+0} <ffffffffa06e7e69>{:ndiswrapper:start_driver+153}
<ffffffffa06e8251>{:ndiswrapper:load_ndis_driver+401}
<ffffffffa06e884c>{:ndiswrapper:wrapper_ioctl+124}
<ffffffff8018bd0d>{sys_ioctl+509} <ffffffff8010d32a>{system_call+126}


Code: 48 8b 14 06 f6 c2 01 0f 84 b7 fc ff ff 4c 89 f0 48 21 ca 48
RIP <ffffffff8011ddc4>{do_page_fault+1380} RSP <00000100159dbd18>
<3>ndiswrapper (ndiswrapper_load_driver:93): loadndiswrapper failed (11); check system log for messages from 'loadndisdriver'



I'm not sure what this all means... does anyone have ideas?
 
Old 08-10-2005, 12:58 AM   #2
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Rep: Reputation: 30
Is your card listed as supported on the ndiswrapper website?
 
Old 08-10-2005, 04:12 AM   #3
Fernandoch
Member
 
Registered: Mar 2002
Location: Spain
Distribution: Debian, Cent OS, RHEL
Posts: 119

Rep: Reputation: 15
Check that page:

http://ndiswrapper.sourceforge.net/m...index.php/List

and see if your card is supported by ndiswrapper.
 
Old 08-10-2005, 03:35 PM   #4
thewfool
LQ Newbie
 
Registered: Aug 2005
Distribution: Kubuntu and gentoo
Posts: 4

Original Poster
Rep: Reputation: 0
The card is listed as supported, but no mention is made of 64 bit / 32 bit, and I would hate to have to assume that the 64 bit won't work without more input.
 
Old 08-10-2005, 09:38 PM   #5
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Rep: Reputation: 30
It might. You would need to look for a Windows XP x64 driver. I'm not sure if ndiswrapper supports x64 Windows drivers yet though.
 
Old 03-27-2006, 12:34 AM   #6
shaunbrady
LQ Newbie
 
Registered: Mar 2006
Posts: 1

Rep: Reputation: 0
Hey all, just wanted to let you know that I was able to get teh wmp54g working in Debian Sarge using the drivers from ralinktech dot coms website. The forum won't let me post links yet, sorry. It took me a bit longer than the ndiswrapper option, but mainly because I didnt' have a kernel source to compile against. I had to recompile my kernel. Maybe we can get these submitted to the kernel team for inclusion with the default compile. Thanks. If you have questions, email me at shaun yakk therabbithole dock 0rg

SB

Quote:
Originally Posted by thewfool
I'm having trouble with ndiswrapper and the linksys wmp54g (Ralink RT2500). I've used the driver from the linksys website, but it was 32 bit and didn't work. Then I tried the 64 bit drivers from Ralink. None of them work.

I'm running dual amd64 chips under kubuntu with kernel 2.6.


ndiswrapper -l shows that the driver is installed and the hardware is present.


I've tried the newest ndiswrapper release and the newest ndiswrapper snapshot.





The output of dmesg includes the following:


ndiswrapper version 1.2 loaded (preempt=no,smp=yes)
general protection fault: 0000 [1] SMP
CPU 1
Modules linked in: ndiswrapper nvidia proc_intf freq_table cpufreq_userspace cpufreq_ondemand cpufreq_powersave video sony_acpi pcc_acpi button battery container ac ipv6 usblp usbhid snd_via82xx snd_ac97_codec snd_pcm snd_timer snd_page_alloc gameport snd_mpu401_uart snd_rawmidi snd_seq_device snd soundcore i2c_viapro i2c_core ehci_hcd uhci_hcd via82cxxx tg3 parport_pc evdev md tsdev dm_mod capability commoncap rtc psmouse mousedev lp parport ide_generic ide_disk ide_cd ide_core cdrom ext3 jbd mbcache sd_mod sata_via libata scsi_mod unix thermal processor fan fbcon font bitblit vesafb cfbcopyarea cfbimgblt cfbfillrect
Pid: 6956, comm: loadndisdriver Tainted: P 2.6.10-5-amd64-k8-smp
RIP: 0010:[<ffffffff8011ddc4>] <ffffffff8011ddc4>{do_page_fault+1380}
RSP: 0018:00000100159dbd18 EFLAGS: 00010246
RAX: 0000e7ec00000000 RBX: 0000000000000001 RCX: 000ffffffffff000
RDX: 0000e7ec00000000 RSI: 0000010000000000 RDI: ffffffff803d23a0
RBP: 0000000000000000 R08: ffffff000234ff18 R09: 00002b992ddfa232
R10: 0000000000000000 R11: 0000000000000100 R12: 00000100159dbe18
R13: 00000000ffffffe7 R14: fffff78000000320 R15: 000001001e9a5240
FS: 0000002a9556c250(0000) GS:ffffffff8040e480(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: fffff78000000320 CR3: 000000000187a000 CR4: 00000000000006e0
Process loadndisdriver (pid: 6956, threadinfo 00000100159da000, task 000001001e0b3860)
Stack: 0000000000000000 0000000000000216 0000000000000216 000001001e0b3860
00000100159dbe18 ffffffff802e669c 0000000000000000 0000000b0000000e
00000100014b4ae0 0000010000030001
Call Trace:<ffffffff80172a83>{alloc_page_interleave+67} <ffffffff8015faa9>{cache_grow+313}
<ffffffff8010dd2d>{error_exit+0} <ffffffffa06e7e69>{:ndiswrapper:start_driver+153}
<ffffffffa06e8251>{:ndiswrapper:load_ndis_driver+401}
<ffffffffa06e884c>{:ndiswrapper:wrapper_ioctl+124}
<ffffffff8018bd0d>{sys_ioctl+509} <ffffffff8010d32a>{system_call+126}


Code: 48 8b 14 06 f6 c2 01 0f 84 b7 fc ff ff 4c 89 f0 48 21 ca 48
RIP <ffffffff8011ddc4>{do_page_fault+1380} RSP <00000100159dbd18>
<3>ndiswrapper (ndiswrapper_load_driver:93): loadndiswrapper failed (11); check system log for messages from 'loadndisdriver'



I'm not sure what this all means... does anyone have ideas?
 
  


Reply



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
USB not working ! AMD64/Ubuntu/ATI ricardo06 Linux - Hardware 0 07-30-2005 07:31 PM
amd64 and acx111 or ndiswrapper shag Linux - Wireless Networking 1 06-11-2005 07:40 AM
Serious AMD64 UBUNTU and KUBUNTU problem cheater1034 Ubuntu 1 05-19-2005 07:37 PM
Problem Ubuntu 5.04 Amd64 freeze Brezhnev Linux - Hardware 1 05-13-2005 08:59 AM
I'm unable to install ubuntu for amd64 on my vmware tommyx Ubuntu 1 04-03-2005 03:13 AM

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

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