![]() |
|
Back track 5 - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Operating Systems (https://sinister.li/Forum-Operating-Systems) +--- Thread: Back track 5 (/Thread-Back-track-5) Pages:
1
2
|
Back track 5 - salesh - 12-15-2013 I have problems with my wirelles connection i tried all from there : http://www.backtrack-linux.org/wiki/index.php/Basic_Usage iwconfig show me that i doesnt have eth or wlan ... airman-ng empty ... what i need to do? Wicd empty... RE: Back track 5 - Arch3r - 12-16-2013 What exactly are you using? Laptop with wifi onboard? A wifi usb adapter perhaps? In both cases; which one (what make/build/etc)? RE: Back track 5 - salesh - 12-16-2013 Classic cable modem that have WiFi..but i cant see all otheres wifi's arround , in Windows i can see 15 neigbhour wifis RE: Back track 5 - chmod - 12-16-2013 it's most likely that the device is turned off either by hardware (switch or button) or from within the OS itself what is the output of ifconfig? RE: Back track 5 - salesh - 12-16-2013 (12-16-2013, 01:18 PM)chmod Wrote: it's most likely that the device is turned off either by hardware (switch or button) or from within the OS itself what is the output of ifconfig? eth0 Link encap:Ethernet HWaddr 6c:3b:e5:7c:a7:42 UP 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:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:44 Base address:0xc000 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:14 errors:0 dropped:0 overruns:0 frame:0 TX packets:14 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:889 (889.0 B) TX bytes:889 (889.0 B) And device is turned on because i have on keyboard (white for on, red for off) RE: Back track 5 - chmod - 12-16-2013 There is no wireless device listed there next we will need to know some more information about the card installed could you provide the output of Code: lspci | grep -i networkCode: lsmod | grep -i rt*RE: Back track 5 - salesh - 12-16-2013 root@bt:~# lspci | grep -i network 02:00.0 Network controller: Atheros Communications Inc. Device 0036 (rev 01) root@bt:~# lspci | grep -i rt* 00:00.0 Host bridge: Advanced Micro Devices [AMD] Device 1410 00:01.0 VGA compatible controller: ATI Technologies Inc Device 990a 00:04.0 PCI bridge: Advanced Micro Devices [AMD] Device 1414 00:05.0 PCI bridge: Advanced Micro Devices [AMD] Device 1415 00:10.0 USB Controller: Advanced Micro Devices [AMD] Hudson USB XHCI Controller (rev 03) 00:11.0 SATA controller: Advanced Micro Devices [AMD] Hudson SATA Controller [AHCI mode] 00:12.0 USB Controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11) 00:12.2 USB Controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11) 00:13.0 USB Controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11) 00:13.2 USB Controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11) 00:14.0 SMBus: Advanced Micro Devices [AMD] Hudson SMBus Controller (rev 14) 00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller (rev 01) 00:14.3 ISA bridge: Advanced Micro Devices [AMD] Hudson LPC Bridge (rev 11) 00:14.4 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI Bridge (rev 40) 00:18.0 Host bridge: Advanced Micro Devices [AMD] Device 1400 00:18.1 Host bridge: Advanced Micro Devices [AMD] Device 1401 00:18.2 Host bridge: Advanced Micro Devices [AMD] Device 1402 00:18.3 Host bridge: Advanced Micro Devices [AMD] Device 1403 00:18.4 Host bridge: Advanced Micro Devices [AMD] Device 1404 00:18.5 Host bridge: Advanced Micro Devices [AMD] Device 1405 01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5289 (rev 01) 01:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 0a) 02:00.0 Network controller: Atheros Communications Inc. Device 0036 (rev 01) root@bt:~# lspci | grep -i network 02:00.0 Network controller: Atheros Communications Inc. Device 0036 (rev 01) RE: Back track 5 - chmod - 12-16-2013 I assume you are running this from a persistent USB or installed into the HDD. From that the OS has detected the card but no drivers have been installed or they are blacklisted have a look inside /etc/modprobe.d/blacklist.conf and see if "Atheros" is listed in there if so just add an # to the front of the line to comment it out and restart the system. If they are not listed try: apt-get install linux-backports-modules-wireless-lucid-generic and restart the system this should install the necessary drivers. /moved to Linux RE: Back track 5 - salesh - 12-16-2013 (12-16-2013, 03:05 PM)chmod Wrote: I assume you are running this from a persistent USB or installed into the HDD. Yes i install him on HDD from usb. 1)# This file lists those modules which we don't want to be loaded by # alias expansion, usually so some other driver will be loaded for the # device instead. # evbug is a debug tool that should be loaded explicitly blacklist evbug blacklist ar9170usb blacklist r8187 blacklist ath_pci # these drivers are very simple, the HID drivers are usually preferred blacklist usbmouse blacklist usbkbd # replaced by e100 blacklist eepro100 # replaced by tulip blacklist de4x5 # causes no end of confusion by creating unexpected network interfaces blacklist eth1394 # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much # hardware on its own (Ubuntu bug #2011, #6810) blacklist snd_intel8x0m # Conflicts with dvb driver (which is better for handling this device) blacklist snd_aw2 # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306) blacklist i2c_i801 # replaced by p54pci blacklist prism54 # replaced by b43 and ssb. blacklist bcm43xx # most apps now use garmin usb driver directly (Ubuntu: #114565) blacklist garmin_gps # replaced by asus-laptop (Ubuntu: #184721) blacklist asus_acpi # low-quality, just noise when being used for sound playback, causes # hangs at desktop session start (Ubuntu: #246969) blacklist snd_pcsp # ugly and loud noise, getting on everyone's nerves; this should be done by a # nice pulseaudio bing (Ubuntu: #77010) blacklist pcspkr # EDAC driver for amd76x clashes with the agp driver preventing the aperture # from being initialised (Ubuntu: #297750). Blacklist so that the driver # continues to build and is installable for the few cases where its # really needed. blacklist amd76x_edac **** as i see he is not there... 2) E: Couldn't find package linux-backports-modules-wireless-lucid-generic RE: Back track 5 - chmod - 12-16-2013 Try adding the Ubuntu repos to backtrack it should be in there blacklist looks OK failing that see if the vendor has a Linux driver on their website |