NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Im Having a Real Big Problem With Wireless Config in Debian.. EDITEDHi ppl, im trying to configure my wireless network here over a loooooong time .. i use a samsung swl-2300 pci card with ndiswrapper properly working ... i put all that thing about the interface ... ip, gate, dns, netmask, essid ... but i cant navigate ... cant ping nothing. :/ im getting crazy ppl. i've used all kind of how-to's i could find... The /etc/network/interface # The loopback network interface # The primary network interface The /etc/resolv.conf nameserver x.x.x.x Someone knows the answer?? Im trying to connect into a wireless internet provider. |
More precision, please.
"i put all that thing about the interface ... ip, gate, dns, netmask, essid .."
Hard to read that. Post EXACTLY results of: 'cat /network/interfaces'
What are you trying to connect with? Some free access point? Your base station? What?
--
Jai yen
A small correction to Jai
A small correction to Jai yen's post: the command should be cat /etc/network/interfaces
Tim
Noted...
And acknowleged.. 'cat /etc/network/interfaces' is indeed the correct line.
Thanks.
--
Jai yen
Why are you using static? Is
Why are you using static? Is dhcp available?
One mistake I noticed:
# The primary network interface
auto wlan0
iface eth0 inet static
address 192.168.1.90
gateway 192.168.1.1
netmask 255.255.255.0
wireless_essid "ESSID"
Try changing it to this:
iface wlan0 inet static
address 192.168.1.90
gateway 192.168.1.1
netmask 255.255.255.0
wireless_essid "ESSID"
auto wlan0
Didn't work ... when i ping
Didn't work ...
when i ping some address ... nothing happens ...
when i ping the gateway...says that the host is unreachable
I Dont know whats the problem
Does your Internet provider
Does your Internet provider use a secure connection? Then you'll need something like this in your /etc/network/interfaces:
wireless_key blah blah