Results 1 to 10 of 11
Hello
My computer is an AMD 64 athlon, 1GB RAM & using Ubuntu 9.04.
I am currently using an ethernet card and have just bought a Belkin F6D4050ea wireless card ...
- 10-19-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 13
[SOLVED] Installing Belkin F6D4050ea
Hello
My computer is an AMD 64 athlon, 1GB RAM & using Ubuntu 9.04.
I am currently using an ethernet card and have just bought a Belkin F6D4050ea wireless card and don't know how to properly install it on Ubuntu.
I have already installed the ndiswrapper and installed the windows drivers that came on the CD.
When I go into Wireless network drivers it lists the rt2870 and says Hardware present: Yes, but when I click Configure network it says could not find a network configuration tool.
The forum guide told me to do some terminal checks and here are the outputs to them. Hope someone can help a novice with this.
When I type dmesg I find 'couldn't prepare and couldn't load driver'. I have copied part of the output and pasted it below at 3.
1.
2.Code:a a-desktop:~$ lsusb Bus 001 Device 008: ID 050d:935a Belkin Components Bus 001 Device 003: ID 05e3:070e Genesys Logic, Inc. X-PRO CR20xA USB 2.0 Internal Card Reader Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 1241:1111 Belkin Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
3.Code:a a-desktop:~$ lsmod Module Size Used by nls_iso8859_1 12032 0 nls_cp437 13696 0 vfat 18816 0 fat 58272 1 vfat ndiswrapper 193436 0 binfmt_misc 16776 1 bridge 56212 0 stp 10500 1 bridge bnep 20224 2 video 25872 0 output 11008 1 video input_polldev 11912 0 sbp2 30476 0 lp 17156 0 snd_hda_intel 436276 3 snd_pcm_oss 46336 0 snd_mixer_oss 22656 1 snd_pcm_oss snd_pcm 83076 2 snd_hda_intel,snd_pcm_oss snd_seq_dummy 10756 0 snd_seq_oss 37760 0 snd_seq_midi 14336 0 snd_rawmidi 29696 1 snd_seq_midi snd_seq_midi_event 15104 2 snd_seq_oss,snd_seq_midi snd_seq 56880 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer 29704 2 snd_pcm,snd_seq snd_seq_device 14988 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq snd 62756 15 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device nvidia 7233756 36 ppdev 15620 0 pcspkr 10496 0 soundcore 15200 1 snd snd_page_alloc 16904 2 snd_hda_intel,snd_pcm k8temp 12416 0 agpgart 42696 1 nvidia parport_pc 40100 1 parport 42220 3 lp,ppdev,parport_pc i2c_nforce2 14980 0 usbhid 42336 0 usb_storage 99648 0 ohci1394 38576 0 ieee1394 94660 2 sbp2,ohci1394 forcedeth 61712 0 floppy 64324 0 fbcon 46112 0 tileblit 10752 1 fbcon font 16384 1 fbcon bitblit 13824 1 fbcon softcursor 9984 1 bitblit a a-desktop:~$
Code:[10905.194462] sd 7:0:0:0: [sdf] Assuming drive cache: write through [10905.194471] sdf: sdf1 [10905.195426] sd 7:0:0:0: [sdf] Attached SCSI removable disk [10905.195557] sd 7:0:0:0: Attached scsi generic sg6 type 0 [10939.833489] usb 1-5: USB disconnect, address 6 [10939.835806] Buffer I/O error on device sdf1, logical block 504 [10939.835815] lost page write due to I/O error on sdf1 [10944.848045] usb 1-5: new high speed USB device using ehci_hcd and address 7 [10945.032281] usb 1-5: configuration #1 chosen from 1 choice [10945.192062] usb 1-5: reset high speed USB device using ehci_hcd and address 7 [10945.341163] ndiswrapper (import:242): unknown symbol: ntoskrnl.exe:'MmGetSystemRoutineAddress' [10945.341478] ndiswrapper (load_sys_files:206): couldn't prepare driver 'rt2870' [10945.345484] ndiswrapper (load_wrap_driver:108): couldn't load driver rt2870; check system log for messages from 'loadndisdriver' [10953.172367] usb 1-5: USB disconnect, address 7 [11358.716045] usb 1-5: new high speed USB device using ehci_hcd and address 8 [11358.900068] usb 1-5: configuration #1 chosen from 1 choice [11359.060047] usb 1-5: reset high speed USB device using ehci_hcd and address 8 [11359.210054] ndiswrapper (import:242): unknown symbol: ntoskrnl.exe:'MmGetSystemRoutineAddress' [11359.210371] ndiswrapper (load_sys_files:206): couldn't prepare driver 'rt2870' [11359.213814] ndiswrapper (load_wrap_driver:108): couldn't load driver rt2870; check system log for messages from 'loadndisdriver' [13897.184018] pan0: no IPv6 routers present [14482.086541] forcedeth 0000:00:06.0: irq 2301 for MSI/MSI-X [14492.240020] eth0: no IPv6 routers present
Code:4.a a-desktop:~$ uname -r 2.6.28-19-generic
Last edited by MikeTbob; 10-20-2010 at 01:14 AM. Reason: Code tags and disabled smilies
- 10-20-2010 #2
Hello and Welcome. Is this a USB device or PCI? I don't see it listed in your post above. I think you should remove ndiswrapper and only use that as a last resort....that is what it's intended for.
Post the output of these commands please.
Code:lspci |grep -i net
Code:ifconfig
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 10-20-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 13
The belkin wireless card is USB. Currently I have the cable connection in use.
I will uninstall the ndiswrapper and drivers after I send this email.
Here is the output to your commands.
a a-desktop:~$ lspci |grep -1 net
00:02.1 USB Controller: nVidia Corporation MCP65 USB Controller (rev a3)
00:06.0 Ethernet controller: nVidia Corporation MCP65 Ethernet (rev a3)
00:07.0 Audio device: nVidia Corporation MCP65 High Definition Audio (rev a1)
a a-desktop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1a:4d:ff:32:23
inet addr:192.168.1.64 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21a:4dff:feff:3223/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11720 errors:0 dropped:0 overruns:0 frame:0
TX packets:11751 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12874527 (12.8 MB) TX bytes:1358423 (1.3 MB)
Interrupt:253 Base address:0x2000
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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)
- 10-21-2010 #4
Should be
lspci |grep -i net
not a 1, it's a lowercase I.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 10-21-2010 #5Just Joined!
- Join Date
- Oct 2010
- Posts
- 13
Okay here is the update.....
a a-desktop:~$ lspci |grep -i net
00:06.0 Ethernet controller: nVidia Corporation MCP65 Ethernet (rev a3)
a a-desktop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1a:4d:ff:32:23
inet addr:192.168.1.64 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21a:4dff:feff:3223/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2734 errors:0 dropped:0 overruns:0 frame:0
TX packets:2605 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2395540 (2.3 MB) TX bytes:447367 (447.3 KB)
Interrupt:253 Base address:0x2000
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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)
- 10-22-2010 #6
You said it's a USB device right? Did you plug it in, when you issued the lsusb command?
Make sure it's plugged in and try the lsusb command again..I don't see anything resembling a Wireless card.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 10-22-2010 #7Just Joined!
- Join Date
- Oct 2010
- Posts
- 13
It was plugged in. Here is the output with and without the wireless USB card connected. The first one has the card connected shown as item 04
a a-desktop:~$ lsusb
Bus 001 Device 004: ID 050d:935a Belkin Components
Bus 001 Device 003: ID 05e3:070e Genesys Logic, Inc. X-PRO CR20xA USB 2.0 Internal Card Reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 1241:1111 Belkin Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
a a-desktop:~$ lsusb
Bus 001 Device 003: ID 05e3:070e Genesys Logic, Inc. X-PRO CR20xA USB 2.0 Internal Card Reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 1241:1111 Belkin Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- 10-23-2010 #8
See this link...I think it will help.
[SOLVED] Belkin F6D4050 v1 - Ubuntu ForumsI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 10-25-2010 #9Just Joined!
- Join Date
- Oct 2010
- Posts
- 13
It worked!
Hey
I followed the instructions and have got the wireless usb card to work. I am now on wireless!
As I am a novice do you recommend any guides to the basic use of linux/ubuntu, for example what to type in and how to use the terminal?
Cheers
- 10-25-2010 #10Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks



