Strona 2 z 3
: 04 czerwca 2010, 16:25
autor: jazzmann555
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# ifup wlan0
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/wlan0/00:21:5d:40:fd:0a
Sending on LPF/wlan0/00:21:5d:40:fd:0a
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
i nie działa

: 04 czerwca 2010, 16:26
autor: DaVidoSS
jazzmann555 pisze:Mógłbym prosić o adres repozytorium i dokładniejsze instrukcje? Chodzi mi o to że chyba jak dodam repozytorium Sida to nie powinienem robić:
Możesz skorzystać z możliwości jakie daje Apt-Pinning. Używam od dawna ku swojemu zadowoleniu.
- /etc/apt/sources.list
Kod: Zaznacz cały
###############################################################################################
# #
# #~~~~~~~Lenny~~~~~~~# #
# #
###############################################################################################
deb http://ftp.pl.debian.org/debian/ stable main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ stable main non-free contrib
deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free
#~~~~~~~~~~~~~~~~~~~lenny Dodatkowe bezpieczeństwo spam, antywirusy itp.~~~~~~~~~~~~~~~~~~~~~~~#
deb http://volatile.debian.org/debian-volatile stable/volatile main contrib non-free
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~SKYPE~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://download.skype.com/linux/repos/debian/ stable non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Backports_Lenny~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://www.backports.org/debian lenny-backports main contrib non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Opera~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://deb.opera.com/opera/ stable non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Debian-multimedia~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://www.debian-multimedia.org stable main non-free
deb-src http://www.debian-multimedia.org stable main non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Kadu~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://www.kadu.net/download/binary/debian/repo stable main
deb-src http://www.kadu.net/download/binary/debian/repo stable main
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Flash_DUG~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://repo.dug.net.pl/dfr/ stable main contrib
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Google-repo~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://dl.google.com/linux/deb/ stable non-free main
#~~~~~~~~~~~~~~~~~~~~~~~~~~~Unofficial Maintainers (lenny/stable releases~~~~~~~~~~~~~~~~~~~~~~#
deb http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted
deb-src http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted
################################################################################################
# #
# #~~~~~~Squeeze~~~~~~# #
# #
################################################################################################
deb http://ftp.de.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.de.debian.org/debian/ testing main non-free contrib
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Opera~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://deb.opera.com/opera/ testing non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Debian-multimedia~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://www.debian-multimedia.org testing main non-free
deb-src http://www.debian-multimedia.org testing main non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Flash_DUG~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://repo.dug.net.pl/dfr/ testing main contrib
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Google-repo~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://dl.google.com/linux/deb/ testing non-free main
#~~~~~~~~~~~~~~~~~Unofficial Maintainers (squeeze/testing releases~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
##### Note: This repository is not yet populated ####
#deb http://unofficial.debian-maintainers.org/ squeeze main contrib non-free restricted
#deb-src http://unofficial.debian-maintainers.org/ squeeze main contrib non-free restricted
#################################################################################################
# #
# #~~~~~~~~~Sid~~~~~~~~~~~~# #
# #
#################################################################################################
deb ftp://ftp.de.debian.org/debian/ unstable main non-free contrib
deb-src ftp://ftp.de.debian.org/debian/ unstable main non-free contrib
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Opera~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://deb.opera.com/opera/ unstable non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Debian-unstable-multimedia~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://www.debian-multimedia.org unstable main non-free
deb-src http://www.debian-multimedia.org unstable main non-free
#~~~~~~~~~~~~~~~~~~~~~~~~ Unofficial Maintainers (sid/unstable releases~~~~~~~~~~~~~~~~~~~~~~~~~#
deb http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted
deb-src http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~madwifi~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
deb ftp://debian.marlow.dk/ sid madwifi
deb-src ftp://debian.marlow.dk/ sid madwifi
#~~~~~~~~~~~~~~~~~~~~~~ Unofficial Maintainers (sid/unstable snapshots~~~~~~~~~~~~~~~~~~~~~~~~~~#
#### Note: This repository is not yet populated.
#deb http://unofficial.debian-maintainers.org/ sid-snapshots main contrib non-free restricted
#deb-src http://unofficial.debian-maintainers.org/ sid-snapshots main contrib non-free restricted
#################################################################################################
# #
# #~~~~~~Experimental~~~~~~# #
# #
#################################################################################################
deb http://ftp.cz.debian.org/debian/ experimental main contrib non-free
deb-src http://ftp.cz.debian.org/debian/ experimental main contrib non-free
deb http://www.debian-multimedia.org experimental main
- /etc/apt/preferences dla Squeeze
Kod: Zaznacz cały
Package: *
Pin: release a=testing
Pin-Priority: 700
Package: *
Pin: release a=unstable
Pin-Priority: 650
Package: *
Pin: release a=stable
Pin-Priority: 600
Package: *
Pin: release a=experimental
Pin-Priority: 550
Możesz używać:
Kod: Zaznacz cały
apt-get update
apt-get upgrade
apt-get dist-upgrade
do woli.
Jak chcesz zainstalować jakiś pakiet z Sida, np. wicd wydajesz polecenie:
Dodane:
jazzmann555 pisze:
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# ifup wlan0
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/wlan0/00:21:5d:40:fd:0a
Sending on LPF/wlan0/00:21:5d:40:fd:0a
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
i nie działa
Musi działać.
Spróbuj bez dhcp patrz wyżej.
Albo wina rutera albo dhclienta.
Ja po tej konfiguracji raz zainstalowałem jakiegoś menadżera sieci i też internetu nie miałem.
Naciśnij alt+ctrl+F1 ,zaloguj się jako root w konsoli.
Wykonaj polecenia:
i zobacz czy działa.
: 04 czerwca 2010, 20:55
autor: jazzmann555
Nie działa, rozkręciłem nawet laptopa żeby sprawdzić czy się kabelki nie podłączały ale wszystko jest jak było na początku (czyli w porządku). Muszę pochwalić kolegę za imponujący sources.list. Ja mam jakieś 9 linijek. Wypróbowałem wszystkich sposobów i nic, to jest dla mnie bardzo dziwne ponieważ wcześniej sobie już wszystko instalowałem i ta karta działała, łączyło się (na tym samym Debianie z tej samej płyty) tylko musiałem przeinstalować bo sobie niezbyt efektywnie rozłożyłem partycje systemowe a poza tym dodałem sobie 500GB HDD.
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# ifconfig
eth0 Link encap:Ethernet HWaddr 00:23:8b:05:28:a7
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::223:8bff:fe05:28a7/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:1315 errors:0 dropped:0 overruns:0 frame:0
TX packets:1141 errors:0 dropped:0 overruns:0 carrier:3
collisions:0 txqueuelen:1000
RX bytes:800087 (781.3 KiB) TX bytes:222331 (217.1 KiB)
Interrupt:30
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:186 errors:0 dropped:0 overruns:0 frame:0
TX packets:186 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13446 (13.1 KiB) TX bytes:13446 (13.1 KiB)
root@jazzmann555:/home/jazzmann555# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID :o ff/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=15 dBm
Retry long limit:7 RTS thr :o ff Fragment thr :o ff
Encryption key :o ff
Power Management :o ff
pan0 no wireless extensions.
Jak wpisałem:
chciałem włączyć kartę wifi to mi wywaliło błąd że nie wie o co chodzi.
A wcześniej działało.
: 04 czerwca 2010, 21:31
autor: DaVidoSS
Przedstaw wyniki:
Kod: Zaznacz cały
lsmod | grep iw
lspci
dpkg -l | grep wpa
dpkg -l | grep network
Jako root:
: 05 czerwca 2010, 00:10
autor: jazzmann555
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# lsmod | grep iw
iwlagn 71804 0
iwlcore 77878 1 iwlagn
led_class 2401 2 iwlcore,acer_wmi
mac80211 136188 2 iwlagn,iwlcore
cfg80211 101384 3 iwlagn,iwlcore,mac80211
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1)
07:00.0 Network controller: Intel Corporation WiFi Link 5100
09:00.0 Ethernet controller: Atheros Communications AR8121/AR8113/AR8114 Gigabit or Fast Ethernet (rev b0)
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# dpkg -l | grep wpa
ii wpasupplicant 0.6.10-2 client support for WPA and WPA2 (IEEE 802.11
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# dpkg -l | grep network
ii avahi-autoipd 0.6.25-3 Avahi IPv4LL network address configuration d
ii ifupdown 0.6.10 high level tools to configure network interf
ii iproute 20100519-2 networking and traffic control tools
ii iputils-ping 3:20100418-1 Tools to test the reachability of network ho
ii libnm-glib-vpn1 0.8-1 network management framework (GLib VPN share
ii libnm-glib2 0.8-1 network management framework (GLib shared li
ii libnm-util1 0.8-1 network management framework (shared library
ii libqt4-network 4:4.6.2-4 Qt 4 network module
ii libsmokeqtnetwork4-3 4:4.4.3-2 Qt 4 Network Smoke library
ii libsolidcontrol4 4:4.4.3-1 library for Solid based network management
ii libsolidcontrolifaces4 4:4.4.3-1 library for Solid based network interface ma
ii net-tools 1.60-23 The NET-3 networking toolkit
ii netbase 4.41 Basic TCP/IP networking system
ii network-manager 0.8-1 network management framework daemon
ii network-manager-kde 1:0.9~svn1125524-1 KDE system tray applet for controlling Netwo
ii network-manager-openvpn 0.8-1 network management framework (OpenVPN plugin
ii network-manager-pptp 0.8-2 network management framework (PPTP plugin co
ii network-manager-vpnc 0.8-1 network management framework (VPNC plugin co
ii openvpn 2.1.0-2 virtual private network daemon
ii python-wicd 1.7.0+ds1-5 wired and wireless network manager - Python
ii wicd 1.7.0+ds1-5 wired and wireless network manager - metapac
ii wicd-daemon 1.7.0+ds1-5 wired and wireless network manager - daemon
ii wicd-gtk 1.7.0+ds1-5 wired and wireless network manager - GTK+ cl
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:23:8b:05:28:a7
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::223:8bff:fe05:28a7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3657 errors:0 dropped:0 overruns:0 frame:0
TX packets:3712 errors:0 dropped:0 overruns:0 carrier:9
collisions:0 txqueuelen:1000
RX bytes:4321702 (4.1 MiB) TX bytes:618140 (603.6 KiB)
Interrupt:30
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:170 errors:0 dropped:0 overruns:0 frame:0
TX packets:170 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11292 (11.0 KiB) TX bytes:11292 (11.0 KiB)
pan0 Link encap:Ethernet HWaddr d2:ae:28:d0:fc:51
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:21:5d:40:fd:0a
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:31 errors:0 dropped:0 overruns:0 frame:0
TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3503 (3.4 KiB) TX bytes:10544 (10.2 KiB)
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
: 05 czerwca 2010, 00:46
autor: DaVidoSS
Cóż.
Widzę, że twardo osadziłeś Debiana managerami
sieciowymi.
W takiej konfiguracji ja też nie miałem internetu.
Dopóki nie wykonasz DOKŁADNIE moich zaleceń, to musisz szukać rozwiązania problemu związanego z konfiguracja sieci wifi w środowisku graficznym.
Ale nawet jak się to uda to jak będziesz miał awarie x-ów to
internetu też nie będzie.
Wybór należy do Ciebie.
Ja nie mam żadnych managerów sieciowych a interfejs monitoruje dzięki wspaniałemu programowi jakim jest Conky
.
Załącznik conky..jpg nie jest już dostępny
: 05 czerwca 2010, 14:48
autor: jazzmann555
Mam jeszcze trochę pytań.
- Czy rozgłaszanie jest zawsze takie samo bo coś czuję, że to się oblicza w systemie dwójkowym porównując adres hosta (brama) z maską podsieci. Tak przynajmniej mnie uczono.
- W jakiej formie wpisywać do pliku /etc/nertwork/interfaces te dane? Czy ssid wpisywać w jakiś nawiasach (podaj jakiś przykład, wzór)?
- Ja mam neostradę, czyli zmienne IP, dhcp itd. ale w konfiguracji rutera mam podane również serwery DNS. Czytałem gdzieś, że to też się jakoś podaje, w którymś pliku.
- Co do conky, jest do tego jakiś menedżer wyglądu, czy ustawienia, bo mi się tylko takie czarno-białe, kwadratowe coś na pulpicie pokazuje i nie wygląda to zbyt ciekawie.
Panie i Panowie, jest postęp.
Po wydaniu polecenia jako root:
wlan0 podłączył się do mojego punktu dostępowego:
Kod: Zaznacz cały
root@jazzmann555:/home/jazzmann555# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:"Jazzmann555"
Mode:Managed Frequency:2.412 GHz Access Point: 02:21:91:1B:7F:AA
Bit Rate=12 Mb/s Tx-Power=15 dBm
Retry long limit:7 RTS thr :o ff Fragment thr :o ff
Encryption key :o ff
Power Management :o ff
Link Quality=36/70 Signal level=-74 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
pan0 no wireless extensions.
Ale niestety nadal nie mogę wchodzić na strony, pobierać itp.
: 05 czerwca 2010, 22:29
autor: DaVidoSS
No!
Teraz już tylko adresy poprawnie po ustawiać i hola!
Oto mój /etc/network/interfaces dla sieci wireless N (300Mbit/s)
Kod: Zaznacz cały
#Loopback
auto lo
iface lo inet loopback
#LAN
#auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
#WIFI
auto wlan0
iface wlan0 inet static
wpa-ap-scan 1
wpa-pairwise CCMP TKIP AES
wpa-group CCMP TKIP AES
wpa-ssid WLAN-08E934
wpa-psk 0422e43280ec8afedb54461
wpa-proto WPA
address 192.168.0.196
netmask 255.255.255.0
gateway 192.168.0.1
broadcast 192.168.0.255
network 192.168.0.0
Ty powinieneś mieć :
Kod: Zaznacz cały
#Loopback
auto lo
iface lo inet loopback
#LAN
#auto eth0 #zakomentowany by udostępnić pierwsze miejsce sieci wifi
allow-hotplug eth0
iface eth0 inet dhcp
#WIFI
auto wlan0
iface wlan0 inet static
wpa-ap-scan 1
wpa-ssid xxxxxxxxxxxx
wpa-psk xxxxxxxxxxxxxxxxxxxxxxx
address xxx.xxx.x.2/199
netmask 255.255.255.0
gateway xxx.xxx.x.x
broadcast xxx.xxx.x.255
-gateway =adres routera *nie znam bom nie wróżka ,jest podstawą.
-address =taki.sam.jak-router.2-199 (twój adres ip) patrz wyżej na moje ustawienia. Ostatnią sekcję (2-199) możesz sobie wybrać
http://www.opcode.eu.org/abc_of_computing/networks/ip/
: 05 czerwca 2010, 23:02
autor: jazzmann555
DaVidoSS, jesteś wielki!
Właśnie się połączyłem przez Wifi. Już powiem jak to zrobiłem. Kierowałem się wszystkimi wskazówkami DaVidoSSa, ale coś mi ciągle nie wychodziło, mimo że karta ruszyła i się połączyła z
punktem dostępowym to nie mogłem korzystać z internetu przez wifi. W końcu uruchomiłem komputer z odłączonym kablem Ethernet i zadziałało. Jeśliby ktoś miał podobne problemy co ja to podam jak wygląda mój plik /etc/network/interfaces:
Kod: Zaznacz cały
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
#The primary interface
auto wlan0
iface wlan0 inet dhcp
wpa-ap-scan 1
wpa-pairwise CCMP TKIP AES
wpa-group CCMP TKIP AES
wpa-proto WPA
wpa-ssid Jazzmann555
wpa-psk (mój kod dostępu do AP)
address 192.168.1.6
gateway (adres bramy routera)
netmask 255.255.255.255
broadcast 192.168.1.255
network 192.168.1.1
#The secondary interface
allow-hotplug eth0
iface eth0 inet dhcp
: 05 czerwca 2010, 23:18
autor: DaVidoSS
Dzięki.
Mam nadzieje że choć trochę pomogłem.
Swoją drogą dziwne że nikt z weteranów nie zajął głosu. Pewnie czytają i się z nas śmieją.
Pisać dwie strony tematu na tak banalny problem.