Dsl on Dell latitude cpi a 366xt with a d-link dwl-G650 NOT working & can't fig out
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
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.
Dsl on Dell latitude cpi a 366xt with a d-link dwl-G650 NOT working & can't fig out
I would like to eventually put DSL on my system and get away from windows and gain some speed, But I can't seam to fig out the networking thing.
This is what I have fig out so far about the D-link card and router,
Thank god for SIW for windows.
Network Adapters
Property Value
Device ID PCI\VEN_168CDEV_0013SUBSYS_32021186REV_01\001900
Status 0x19086ace Started
Problem 0x00000000 (0)
Capabilities 14 00 00 00
Config Flags 10 00 00 00
Class Net
Manufacturer D-Link
Hardware IDs PCI\VEN_168CDEV_0013SUBSYS_32021186REV_01
Compatible IDs PCI\VEN_168CDEV_0013REV_01
Class GUID {4d36e972-e325-11ce-bfc1-08002be10318}
Enumerator name PCI
Description D-Link AirPlus Xtreme G DWL-G650 Adapter
Driver Net\0003
Link {4d36e972-e325-11ce-bfc1-08002be10318}
ClassProcessingOrder 00 00 00 D0
Installer netdi.dll
Icon -5
EnumDriverStack enumfile.dll,EnumNetDriverStack
----------------------------------------------------------------------------------------
Network info
Property Value
Ethernet Adapter
Description D-Link AirPlus Xtreme G DWL-G650 Adapter
Physical Address 00-0F-3D-68-A3-FF
DHCP Enabled No
DHCP Server N/A
IP Address 0.0.0.0
Subnet Mask 0.0.0.0
Default Gateway N/A
WINS Enabled No
Primary WINS Server N/A
Secondary WINS Server N/A
Bus/Dev./Func. Type Class Type Manufacturer Device Name Sub System Device Vendor Sub System Device Name
03 / 00 / 00 PCI Ethernet Atheros Communications Inc AR5212 802.11a/b/g Wireless Adapter D-Link Inc DWL-G650 AirPlus Xtreme G Adapter
If anybody can help I would appreciate it. Everything I do does not work
If I more info here just tell me and I will post it.
It seems that you are trying to use the wireless network with your router.
First, is your router working properly? If it is working properly before you switching to DSL, what you need to do is setting your router with wired cable, and turn on DHCP. Make sure that you know the SSID and WEP key. I would start with no WEP protection, and after verifying the network is functioning, I will then try the WEP or WPA protection.
Secondly, may you post your dmesg in your DSL? Maybe a "/sbin/lspci -n " would tell you if your DSL correctly detects the wireless card.
Yes the router is working, At least running windows. all computers connect to internet. it's only gives me problems when I put the live cd in and boot from that. dmesg lsbin/lspci -n, gives me (missing parameters)
Sorry Yes pcmcia card. And when I type /sbin/lspci in terminal (I assume you what me to use terminal)I get (no such file or directory). the dwl-g650 pcmcia card one of two lights is on. Usually they are both on and blinking in windows.
No encryption key, Open network, But with mac filters on, A neighbor was hacking (Borrowing) my network so I cut him him out using only our mac address's,
Do I type all of this in terminal
sudo /sbin/iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 unassociated ESSIDff/any. Or just this, sudo /sbin/iwconfig I am fig just that.
I will jump to dsl and post a reply in 10 to 20 min or sooner.
ok, mac filter is fine as long as you set up your router correctly and make sure that your router does allow this specific network card to access the network. And I believe since your windows can access the internet with no problem, so you are fine on this.
To copy and paste in DSL (or all linux systems) you simply use your cursor to highlight the text, and then toggle to your text editor for example, nano, vim, ted, or any other places that allow you to input text, and use your mouse middle click to paste. Normally for a laptop, you can simultaneously press left and right buttons on your mouse to simulate the middle click to paste. However, this may not be the case and you may have to edit your x-server. In DSL, it is simple, you simply exit the x-windows, and in the prompt, xsetup.sh (if I remember correctly) and you will be able to setup your mouse.
"sudo /sbin/iwconfig" is the command that you will type to list your current network configuration.
To change the configuration, you will execute the following command.
"sudo /sbin/iwconfig eth1 essid Your_ESSID key off mode managed channel 6"
Once you hit enter, and then the next command will be "sudo /sbin/iwconfig" again to verify that you successfully updated the configuration.
I am assuming that your channel is 6, however, you need to verify that.
If you do a "sudo /sbin/iwlist eth1 scanning" it will list a number of networks surrounding you including the channels.
Once everything is set, you will execute "sudo pump -i eth1" to commit all changes and if nothing goes wrong, you will get your network access.
Ohm ok this is what I got
SET failed on device eth1 ; No such device.
dsl@box:~$ sudo /sbin/iwconfig
lo no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11b ESSID:""
Mode:Managed Channel:0 Access Point: 00:00:00:00:00:00
Bit Rate:0kb/s Tx-Power:0 dBm Sensitivity=0/3
Retryff RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality:0/94 Signal level:-95 dBm Noise level:-95 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
dsl@box:~$ sudo /sbin/iwconfig eth0 essid default key off mode managed channel 6
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth0 ; No such device.
dsl@box:~$ sudo /sbin/iwconfig eth1 essid default key off mode managed channel 0
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth1 ; No such device.
Cardmgr:[105] Starting version is 3.2.2
Cardmgr[105] Socket 1: cardbus hotplug device
insmod: warning loading /lib/module/2.4.31/net/ath_hal.0 will taint the kernel: non-GPL license-Propietary
insmod: See www.tux.org/kml/#export-tainted for information
insmod:module: ath_hal loaded with warnings
insmod:module: wlan loaded with warnings
insmod:module: ath_rate_sample loaded with warnings
insmod:module:ath_pci loaded with warnings
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.