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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-09-2006, 07:25 PM
|
#1
|
Member
Registered: May 2006
Posts: 46
Rep:
|
D-Link WUA 1340
I bought the D-Link WUA 1430 USB adapter today. I works perfectly on my Windows XP, But my FC5 doesnt not even recognize it. Does Linux have any driver for it?
Just message me back if you need any more information!
Thanks
|
|
|
07-09-2006, 07:29 PM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
i never looked but, did you check the HCL here for this device? or other places for a driver?
after plugging in the device post the output of 'dmesg | tail' please. also the output of 'lsmod'
thanks
|
|
|
07-09-2006, 07:51 PM
|
#3
|
Member
Registered: May 2006
Posts: 46
Original Poster
Rep:
|
Quote:
Originally Posted by nadroj
i never looked but, did you check the HCL here for this device? or other places for a driver?
after plugging in the device post the output of 'dmesg | tail' please. also the output of 'lsmod'
thanks
|
Output of dmesg |tail
Code:
[root@Vids ~]# dmesg |tail
Bluetooth: HIDP (Human Interface Emulation) ver 1.1
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[drm] Initialized drm 1.0.1 20051102
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 169
[drm] Initialized i915 1.4.0 20060119 on minor 0
usb 5-4.3: new high speed USB device using ehci_hcd and address 5
usb 5-4.3: configuration #1 chosen from 1 choice
usb 5-4.3: USB disconnect, address 5
usb 5-4.3: new high speed USB device using ehci_hcd and address 6
usb 5-4.3: configuration #1 chosen from 1 choice
[root@Vids ~]#
Output of lsmod
Code:
[root@Vids ~]# lsmod
Module Size Used by
i915 18369 1
drm 70229 2 i915
autofs4 21701 1
hidp 16833 2
rfcomm 37333 0
l2cap 23873 10 hidp,rfcomm
bluetooth 47909 5 hidp,rfcomm,l2cap
sunrpc 157309 1
ip_conntrack_netbios_ns 3265 0
ipt_REJECT 5569 1
xt_state 2497 3
ip_conntrack 52597 2 ip_conntrack_netbios_ns,xt_state
nfnetlink 7257 1 ip_conntrack
xt_tcpudp 3393 5
iptable_filter 3265 1
ip_tables 12809 1 iptable_filter
x_tables 14917 4 ipt_REJECT,xt_state,xt_tcpudp,ip_tables
vfat 12481 1
fat 51933 1 vfat
video 16708 0
button 6993 0
battery 10053 0
ac 5189 0
ipv6 242785 16
lp 12937 0
parport_pc 27237 0
parport 37129 2 lp,parport_pc
ehci_hcd 32461 0
uhci_hcd 23885 0
e100 35909 0
sg 34525 0
mii 5697 1 e100
snd_hda_intel 18389 1
snd_hda_codec 137537 1 snd_hda_intel
snd_seq_dummy 4165 0
snd_seq_oss 32705 0
snd_seq_midi_event 7745 1 snd_seq_oss
snd_seq 53553 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 9037 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 40017 0
snd_mixer_oss 17729 1 snd_pcm_oss
snd_pcm 83781 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
i2c_i801 8781 0
snd_timer 24517 2 snd_seq,snd_pcm
snd 55237 11 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
i2c_core 22209 1 i2c_i801
soundcore 10017 1 snd
snd_page_alloc 10569 2 snd_hda_intel,snd_pcm
dm_snapshot 18285 0
dm_zero 2241 0
dm_mirror 22673 0
dm_mod 59225 6 dm_snapshot,dm_zero,dm_mirror
ahci 17993 0
ext3 129097 2
jbd 57813 1 ext3
ata_piix 11973 3
libata 68049 2 ahci,ata_piix
sd_mod 20417 5
scsi_mod 135657 4 sg,ahci,libata,sd_mod
[root@Vids ~]#
|
|
|
07-09-2006, 08:08 PM
|
#4
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
try 'modprobe usbcore', remove and insert the device again. then post the output of 'dmesg | tail -n 20'.
in the meantime check out ndiswrapper, what it is and how you will use it to get your wireless adapter to work.
|
|
|
07-10-2006, 01:28 AM
|
#5
|
Member
Registered: May 2006
Posts: 46
Original Poster
Rep:
|
Quote:
Originally Posted by nadroj
try 'modprobe usbcore', remove and insert the device again. then post the output of 'dmesg | tail -n 20'.
in the meantime check out ndiswrapper, what it is and how you will use it to get your wireless adapter to work.
|
I installed the windows driver using ndiswrapper. My wireless adaptor also lights up. But when i try to add the wireless card in my netwrok setting, i dont find the card there.
Here is the output of dmesg now
Code:
usb 5-6: new high speed USB device using ehci_hcd and address 9
usb 5-6: configuration #1 chosen from 1 choice
ndiswrapper version 1.19 loaded (preempt=no,smp=no)
usb 5-6: reset high speed USB device using ehci_hcd and address 9
ndiswrapper: driver dr71wu (D-Link,11/03/2005, 1.0.1.0) loaded
wlan0: vendor: 'D-Link USB Wireless LAN Card'
wlan0: ndiswrapper ethernet device 00:15:e9:80:09:33 using driver dr71wu, 07D1:3 C04.F.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP w ith WPA, WPA2, WPA2PSK
usbcore: registered new driver ndiswrapper
|
|
|
07-10-2006, 01:34 AM
|
#6
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
try 'ifconfig wlan0 up' or 'iwconfig wlan0 up'. i dont have wireless so i have no experience with it, sorry.
if the first doesnt work, check out more documentation here. good luck
|
|
|
08-01-2006, 11:15 AM
|
#7
|
LQ Newbie
Registered: Jul 2006
Posts: 4
Rep:
|
It can work with linux
The WUA-1340 does work with linux with some tinkering, I wrote a tutorial for Suse 10.1 but it should work with other distrobutions,
http://www.suseforums.net/index.php?showtopic=22109
|
|
|
All times are GMT -5. The time now is 02:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|