Πρόβλημα με την καρτα δυκτίου.  Το θέμα επιλύθηκε

...κάρτες δικτύου, modems, προβλήματα internet
Κανόνες Δ. Συζήτησης
Για την ευκολότερη επίλυση του προβλήματός σας.
Καλό είναι να δημοσιεύσετε τα αποτελέσματα των εντολών στο τερματικό :
lspci -nn
lsusb
rfkill list

Πρόβλημα με την καρτα δυκτίου.  Το θέμα επιλύθηκε

Δημοσίευσηαπό graouzelist » 15 Αύγ 2013, 01:40

O υπολογιστής είναι ένας Hp G5000 (GF767EA#B1A),system board ID 30c6,processor type genuine intel (r) cpu t2080,processor type 1.7Ghz,total memory 1024 mb και του έβαλα το ubuntu αλλά δεν έχει ασύρματο δύκτιο.Έψαξα και στην διαχείρηση οδηγών αλλά τίποτα όπως κοίταξα και στα bios και στο κουμπάκι που έχει ο υπολογιστής αλλά τίποτα.Τί να κάνω;
1 Γνώσεις Linux: Kαλές┃ Προγραμματισμού:Λίγες┃ Αγγλικών:Λίγες
2 Ubuntu 14.04 trusty 3.13.0-29-generic 64bit (el_GR.UTF-8, GNOME gnome), Ubuntu 3.13.0-24-generic
3 Intel Core i5-3230M CPU @ 2.60GHz ‖ RAM 7932 MiB ‖ Sony Corporation VAIO - Sony Corporation SVE1713R1EB
4 Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] [1002:6841] {radeon}
5 eth0: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07) ⋮ wlan0: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
graouzelist
babeTUX
babeTUX
 
Δημοσιεύσεις: 93
Εγγραφή: 24 Ιούλ 2012, 13:01
Εκτύπωση

Re: Πρόβλημα με την καρτα δυκτίου.

Δημοσίευσηαπό Learner » 15 Αύγ 2013, 01:44

Μεταφέρθηκε σε καταλληλότερη ενότητα



Δίκτυο μέσω ethernet (καλώδιο) έχεις ; Αν ναι, ακολούθα αυτό → http://nicktux.wordpress.com/2013/07/02 ... ms-ubuntu/ και κάνε παράθεση εδώ όλα τα αποτελέσματα του αρχείου netinfo.txt .
Τα αποτελέσματα τοποθετησέ τα μέσα σε κώδικα, όχι χύμα. Κοίτα εδώ πως
About Me
NickTux@GitHub

Spoiler: show
1. Ubuntu 18.04 LTS
2. Intel Core i3 CPU M 380 2.53GHz ‖ RAM 6GB ‖ Acer Aspire 5733
3. Intel Integrated Graphics [8086:0046] {i915}
4. wlan0: Atheros Inc. AR9485 Wireless Network Adapter [168c:0032] (rev 01)
Άβαταρ μέλους
Learner
Συντονιστής
Συντονιστής
 
Δημοσιεύσεις: 9766
Εγγραφή: 08 Νοέμ 2010, 21:24
Τοποθεσία: Αθήνα
Launchpad: nicktux
IRC: NickTux
Εκτύπωση

Re: Πρόβλημα με την καρτα δυκτίου.

Δημοσίευσηαπό graouzelist » 15 Αύγ 2013, 01:49

Κώδικας: Επιλογή όλων
#!/bin/bash
#Script created by anewguy, tested by chili555 and edited by krytarik, llua and wildmanne39
exec > netinfo.txt 2> /dev/null
echo -e "\n*************** info trace ****************\n"
echo -e "\n\n**** uname -a ****\n\n"
uname -a
echo -e "\n\n**** lsb-release ****\n\n"
cat /etc/lsb-release
echo -e "\n\n**** lspci ****\n\n"
lspci -nnk | grep -iA2 net
echo -e "\n\n**** lsusb ****\n\n"
lsusb
echo -e "\n\n**** iwconfig ****\n\n"
iwconfig
echo -e "\n\n**** rfkill ****\n\n"
rfkill list all
echo -e "\n\n**** lsmod ****\n\n"
lsmod
echo -e "\n\n**** nm-tool ****\n\n"
nm-tool
echo -e "\n\n**** NetworkManager.state ****\n\n"
cat /var/lib/NetworkManager/NetworkManager.state
echo -e "\n\n**** NetworkManager.conf ****\n\n"
cat /etc/NetworkManager/NetworkManager.conf
echo -e "\n\n**** interfaces ****\n\n"
cat /etc/network/interfaces | sed 's/wpa-psk [[:graph:]:]\+/wpa-psk <WPA key removed>/'
echo -e "\n\n**** iwlist ****\n\n"
[ -t 0 ] && sudo iwlist scan
[ ! -t 0 ] && gksudo iwlist scan
echo -e "\n\n**** resolv ****\n\n"
cat /etc/resolv.conf
echo -e "\n\n**** blacklist.conf ****\n\n"
cat /etc/modprobe.d/blacklist.conf
echo -e "\n\n**** dmesg ****\n\n"
dmesg | egrep 'air|ath|carl|at7|iwl|ipw|rtl8|rt2|rt3|rt6|rt7|r818|r871|rtl8|tg3|ssb|wl|b43|bcma|brcm|b44|eth1|ndis|wmi|wlan0'
echo -e "\n\n**************** done ********************\n\n"
sed -i 's/\([[:alnum:]][[:alnum:]]:\)\{5\}[[:alnum:]][[:alnum:]]/<MAC address removed>/' netinfo.txt


Aυτά μου έβγαλε.
1 Γνώσεις Linux: Kαλές┃ Προγραμματισμού:Λίγες┃ Αγγλικών:Λίγες
2 Ubuntu 14.04 trusty 3.13.0-29-generic 64bit (el_GR.UTF-8, GNOME gnome), Ubuntu 3.13.0-24-generic
3 Intel Core i5-3230M CPU @ 2.60GHz ‖ RAM 7932 MiB ‖ Sony Corporation VAIO - Sony Corporation SVE1713R1EB
4 Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] [1002:6841] {radeon}
5 eth0: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07) ⋮ wlan0: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
graouzelist
babeTUX
babeTUX
 
Δημοσιεύσεις: 93
Εγγραφή: 24 Ιούλ 2012, 13:01
Εκτύπωση

Re: Πρόβλημα με την καρτα δυκτίου.

Δημοσίευσηαπό Learner » 15 Αύγ 2013, 02:16

Όχι, αυτά είναι τα περιεχόμενα του script. Πρέπει να τρέξεις το script. Ακολούθησες τον οδηγό που σου έδωσα ;

Πρέπει να έχεις στον home κατάλογό σου ένα αρχείο ονόματι wirelessinfo. Δίνεις στο τερματικό
Κώδικας: Επιλογή όλων
chmod +x wirelessinfo
sudo ./wirelessinfo


Μόλις δώσεις και την δεύτερη εντολή από τις παραπάνω, θα δημιουργηθεί ένα αρχείο netinfo.txt , αυτό το αρχείο ανοίγεις με έναν κειμενογράφο π.χ
Κώδικας: Επιλογή όλων
gedit netinfo.txt


Και κάνεις αντιγραφή και επικόλληση ότι περιέχει εδώ.
About Me
NickTux@GitHub

Spoiler: show
1. Ubuntu 18.04 LTS
2. Intel Core i3 CPU M 380 2.53GHz ‖ RAM 6GB ‖ Acer Aspire 5733
3. Intel Integrated Graphics [8086:0046] {i915}
4. wlan0: Atheros Inc. AR9485 Wireless Network Adapter [168c:0032] (rev 01)
Άβαταρ μέλους
Learner
Συντονιστής
Συντονιστής
 
Δημοσιεύσεις: 9766
Εγγραφή: 08 Νοέμ 2010, 21:24
Τοποθεσία: Αθήνα
Launchpad: nicktux
IRC: NickTux
Εκτύπωση

Re: Πρόβλημα με την καρτα δυκτίου.

Δημοσίευσηαπό graouzelist » 15 Αύγ 2013, 02:20

Κώδικας: Επιλογή όλων
*************** info trace ****************



**** uname -a ****


Linux marilenix-HP-G5000-GF767EA-B1A 3.2.0-51-lowlatency-pae #53-Ubuntu SMP PREEMPT Fri Jul 26 14:39:03 UTC 2013 i686 i686 i386 GNU/Linux


**** lsb-release ****


DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.2 LTS"


**** lspci ****


06:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller [103c:1364]
Kernel driver in use: wl
--
08:08.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
Subsystem: Hewlett-Packard Company Device [103c:30a5]
Kernel driver in use: 8139too


**** lsusb ****


Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


**** iwconfig ****




**** rfkill ****


0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no


**** lsmod ****


Module Size Used by
rfcomm 38063 0
bnep 17830 2
parport_pc 32114 0
bluetooth 158093 10 rfcomm,bnep
ppdev 12849 0
snd_hda_codec_conexant 52521 1
snd_hda_intel 28623 4
snd_hda_codec 109527 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13276 1 snd_hda_codec
snd_pcm 80916 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51592 2 snd_seq_midi,snd_seq_midi_event
joydev 17322 0
snd_timer 28931 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
wl 3032499 1
i915 424062 2
drm_kms_helper 45466 1 i915
drm 197602 3 i915,drm_kms_helper
i2c_algo_bit 13199 1 i915
snd 62218 17 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
hp_wmi 13652 0
sparse_keymap 13658 1 hp_wmi
soundcore 14635 1 snd
snd_page_alloc 14108 2 snd_hda_intel,snd_pcm
psmouse 86520 0
cfg80211 174781 1 wl
lib80211 14040 1 wl
mac_hid 13077 0
video 19115 1 i915
serio_raw 13027 0
wmi 18744 1 hp_wmi
lp 17455 0
parport 40904 3 parport_pc,ppdev,lp
8139too 23283 0
8139cp 26759 0


**** nm-tool ****



NetworkManager Tool

State: connected (global)

- Device: eth0 [Ενσύρματη σύνδεση 1] --------------------------
Type: Wired
Driver: 8139too
State: connected
Default: yes
HW Address: <MAC address removed>

Capabilities:
Carrier Detect: yes
Speed: 100 Mb/s

Wired Properties
Carrier: on

IPv4 Settings:
Address: 192.168.1.65
Prefix: 24 (255.255.255.0)
Gateway: 192.168.1.254

DNS: 192.168.1.254




**** NetworkManager.state ****



[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true


**** NetworkManager.conf ****


[main]
plugins=ifupdown,keyfile
dns=dnsmasq

[ifupdown]
managed=false


**** interfaces ****


auto lo
iface lo inet loopback



**** iwlist ****




**** resolv ****


# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search lan


**** blacklist.conf ****


# 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

# 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


**** dmesg ****


[ 0.000000] Linux version 3.2.0-51-lowlatency-pae (buildd@akateko) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #53-Ubuntu SMP PREEMPT Fri Jul 26 14:39:03 UTC 2013 (Ubuntu 3.2.0-51.53-lowlatency-pae 3.2.48)
[ 0.000000] DMI: Hewlett-Packard HP G5000 (GF767EA#B1A) /30C6, BIOS F.15 03/09/2007
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-lowlatency-pae root=UUID=2c5537a4-35ec-4d6f-9198-36c2211d93b2 ro quiet splash
[ 24.628325] wmi: Mapper loaded
[ 26.018895] wl: module license 'MIXED/Proprietary' taints kernel.
[ 26.054573] wl 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 26.054584] wl 0000:06:00.0: setting latency timer to 64
[ 26.057379] wl driver 6.20.155.1 (r326264) failed with code 21
[ 26.057640] Modules linked in: wl(P+) i915(+) drm_kms_helper drm i2c_algo_bit snd hp_wmi sparse_keymap soundcore snd_page_alloc psmouse cfg80211 lib80211 mac_hid video serio_raw wmi lp parport 8139too 8139cp
[ 26.058006] Pid: 433, comm: modprobe Tainted: P O 3.2.0-51-lowlatency-pae #53-Ubuntu Hewlett-Packard HP G5000 (GF767EA#B1A) /30C6
[ 26.058006] EIP is at wdev_priv.part.7+0x3/0x5 [wl]
[ 26.058006] [<f8bf6908>] wl_cfg80211_detach+0xc8/0xd0 [wl]
[ 26.058006] [<f8bef57f>] wl_free_if.isra.10+0x1f/0xa0 [wl]
[ 26.058006] [<f8beff48>] wl_free+0x58/0x250 [wl]
[ 26.058006] [<f8b0fe92>] ? wlc_attach+0xf6c/0xfda [wl]
[ 26.058006] [<f8bf73eb>] wl_pci_probe+0x51c/0x53c [wl]
[ 26.058006] [<f8965017>] wl_module_init+0x17/0x1000 [wl]
[ 26.058006] EIP: [<f8bf7478>] wdev_priv.part.7+0x3/0x5 [wl] SS:ESP 0068:f066bce8


**************** done ********************


Σωστά;
1 Γνώσεις Linux: Kαλές┃ Προγραμματισμού:Λίγες┃ Αγγλικών:Λίγες
2 Ubuntu 14.04 trusty 3.13.0-29-generic 64bit (el_GR.UTF-8, GNOME gnome), Ubuntu 3.13.0-24-generic
3 Intel Core i5-3230M CPU @ 2.60GHz ‖ RAM 7932 MiB ‖ Sony Corporation VAIO - Sony Corporation SVE1713R1EB
4 Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] [1002:6841] {radeon}
5 eth0: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07) ⋮ wlan0: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
graouzelist
babeTUX
babeTUX
 
Δημοσιεύσεις: 93
Εγγραφή: 24 Ιούλ 2012, 13:01
Εκτύπωση

Re: Πρόβλημα με την καρτα δυκτίου.

Δημοσίευσηαπό Learner » 15 Αύγ 2013, 02:44

graouzelist έγραψε:
Σωστά;

:thumbup:

Δοκίμασε αυτό → viewtopic.php?f=39&t=24745&p=262289&&http#p262289
About Me
NickTux@GitHub

Spoiler: show
1. Ubuntu 18.04 LTS
2. Intel Core i3 CPU M 380 2.53GHz ‖ RAM 6GB ‖ Acer Aspire 5733
3. Intel Integrated Graphics [8086:0046] {i915}
4. wlan0: Atheros Inc. AR9485 Wireless Network Adapter [168c:0032] (rev 01)
Άβαταρ μέλους
Learner
Συντονιστής
Συντονιστής
 
Δημοσιεύσεις: 9766
Εγγραφή: 08 Νοέμ 2010, 21:24
Τοποθεσία: Αθήνα
Launchpad: nicktux
IRC: NickTux
Εκτύπωση

Re: Πρόβλημα με την καρτα δυκτίου.

Δημοσίευσηαπό graouzelist » 17 Αύγ 2013, 17:42

Ωραίος!Το πρόβλημα λύθηκε!
Σε ευχαριστώ!
1 Γνώσεις Linux: Kαλές┃ Προγραμματισμού:Λίγες┃ Αγγλικών:Λίγες
2 Ubuntu 14.04 trusty 3.13.0-29-generic 64bit (el_GR.UTF-8, GNOME gnome), Ubuntu 3.13.0-24-generic
3 Intel Core i5-3230M CPU @ 2.60GHz ‖ RAM 7932 MiB ‖ Sony Corporation VAIO - Sony Corporation SVE1713R1EB
4 Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] [1002:6841] {radeon}
5 eth0: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07) ⋮ wlan0: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
graouzelist
babeTUX
babeTUX
 
Δημοσιεύσεις: 93
Εγγραφή: 24 Ιούλ 2012, 13:01
Εκτύπωση

Re: Πρόβλημα με την καρτα δυκτίου.

Δημοσίευσηαπό jjkarag » 24 Αύγ 2013, 14:30

Learner έγραψε:

Μεταφέρθηκε σε καταλληλότερη ενότητα



Δίκτυο μέσω ethernet (καλώδιο) έχεις ; Αν ναι, ακολούθα αυτό → http://nicktux.wordpress.com/2013/07/02 ... ms-ubuntu/ και κάνε παράθεση εδώ όλα τα αποτελέσματα του αρχείου netinfo.txt .
Τα αποτελέσματα τοποθετησέ τα μέσα σε κώδικα, όχι χύμα. Κοίτα εδώ πως

Έχω & εγώ πρόβλημα με το WI FI σου παραθέτω το αποτέλεσμα των εντολών
Κώδικας: Επιλογή όλων

*************** info trace ****************



**** uname -a ****


Linux jjkarag-W860CU 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 23:12:18 UTC 2013 i686 i686 i686 GNU/Linux


**** lsb-release ****


DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION="Ubuntu 13.04"


**** lspci ****


03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8187SE Wireless LAN Controller [10ec:8199] (rev 22)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8187SE Wireless LAN Controller [10ec:8199]
Kernel driver in use: r8180
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
Subsystem: CLEVO/KAPOK Computer Device [1558:8687]
Kernel driver in use: r8169


**** lsusb ****


Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 5986:0300 Acer, Inc
Bus 002 Device 003: ID 1bcf:0007 Sunplus Innovation Technology Inc. Optical Mouse
Bus 002 Device 004: ID 05e3:0605 Genesys Logic, Inc. USB 2.0 Hub [ednet]
Bus 002 Device 005: ID 15a4:1001 Afatech Technologies, Inc. AF9015/AF9035 DVB-T stick
Bus 002 Device 006: ID 0463:ffff MGE UPS Systems UPS
Bus 002 Device 007: ID 0d8c:0102 C-Media Electronics, Inc. CM106 Like Sound Device


**** iwconfig ****


wlan0 802.11b/g ESSID:"jjkarag"
Mode:Managed Frequency=2.422 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s
Retry min limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0



**** rfkill ****




**** lsmod ****


Module Size Used by
parport_pc 27504 0
ppdev 12817 0
rfcomm 37420 0
bnep 17669 2
bluetooth 202109 10 bnep,rfcomm
binfmt_misc 17260 1
fc0011 12842 1
af9033 21724 1
uvcvideo 71279 0
videobuf2_vmalloc 12920 1 uvcvideo
dvb_usb_af9035 18099 0
videobuf2_memops 13042 1 videobuf2_vmalloc
dvb_usb_v2 22916 1 dvb_usb_af9035
videobuf2_core 39161 1 uvcvideo
dvb_core 90402 1 dvb_usb_v2
videodev 95806 2 uvcvideo,videobuf2_core
rc_core 21266 2 dvb_usb_v2,dvb_usb_af9035
snd_usb_audio 114925 2
coretemp 13131 0
kvm_intel 126842 0
snd_usbmidi_lib 24210 1 snd_usb_audio
joydev 17097 0
kvm 376505 1 kvm_intel
snd_hda_codec_si3054 12864 1
snd_hda_codec_realtek 63791 1
video 18894 0
snd_hda_intel 38307 3
snd_hda_codec 117580 3 snd_hda_codec_realtek,snd_hda_codec_si3054,snd_hda_intel
snd_hwdep 13272 2 snd_usb_audio,snd_hda_codec
snd_pcm 80890 4 snd_hda_codec_si3054,snd_usb_audio,snd_hda_codec,snd_hda_intel
snd_page_alloc 14230 2 snd_pcm,snd_hda_intel
snd_seq_midi 13132 0
snd_seq_midi_event 14475 1 snd_seq_midi
wmi 18590 0
snd_rawmidi 25114 2 snd_usbmidi_lib,snd_seq_midi
i7core_edac 23458 0
edac_core 50995 1 i7core_edac
r8187se 155774 0
nvidia 8317361 55
lpc_ich 16925 0
lp 13299 0
parport 40753 3 lp,ppdev,parport_pc
mac_hid 13037 0
snd_seq 51280 2 snd_seq_midi_event,snd_seq_midi
jmb38x_ms 17177 0
snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 24411 2 snd_pcm,snd_seq
eeprom_93cx6 13168 1 r8187se
snd 56485 22 snd_hda_codec_realtek,snd_hda_codec_si3054,snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
memstick 15842 1 jmb38x_ms
psmouse 81065 0
soundcore 12600 1 snd
serio_raw 13031 0
microcode 18286 0
hid_generic 12484 0
usbhid 41805 1
hid 82666 2 hid_generic,usbhid
sdhci_pci 18158 0
firewire_ohci 35292 0
ahci 25507 2
libahci 26108 1 ahci
sdhci 31824 1 sdhci_pci
firewire_core 61718 1 firewire_ohci
r8169 61543 0
crc_itu_t 12627 1 firewire_core


**** nm-tool ****



NetworkManager Tool

State: connected (global)

- Device: eth0 [Ενσύρματη σύνδεση 1] --------------------------
Type: Wired
Driver: r8169
State: connected
Default: yes
HW Address: <MAC address removed>

Capabilities:
Carrier Detect: yes
Speed: 100 Mb/s

Wired Properties
Carrier: on

IPv4 Settings:
Address: 192.168.1.104
Prefix: 24 (255.255.255.0)
Gateway: 192.168.1.1

DNS: 192.168.1.1


- Device: wlan0 ----------------------------------------------------------------
Type: 802.11 WiFi
Driver: r8180
State: disconnected
Default: no
HW Address: <MAC address removed>

Capabilities:

Wireless Properties
WEP Encryption: yes
WPA Encryption: yes
WPA2 Encryption: yes

Wireless Access Points
anthony: Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 69 WPA
OTEE6DC5C: Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 62 WPA2
hol - NetFasteR WLAN 3: Infra, <MAC address removed>, Freq 2412 MHz, Rate 54 Mb/s, Strength 67 WPA WPA2
ThomsonBF7AEB: Infra, <MAC address removed>, Freq 2412 MHz, Rate 54 Mb/s, Strength 64 WEP
jjkarag: Infra, <MAC address removed>, Freq 2412 MHz, Rate 54 Mb/s, Strength 92 WPA2




**** NetworkManager.state ****


[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true


**** NetworkManager.conf ****


[main]
plugins=ifupdown,keyfile
dns=dnsmasq

[ifupdown]
managed=false


**** interfaces ****


# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback


**** iwlist ****


wlan0 Scan completed :
Cell 01 - Address: <MAC address removed>
ESSID:"jjkarag"
Protocol:IEEE 802.11bg
Mode:Master
Channel:1
Encryption key:on
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 11 9 12 18 24 36 48 54
Quality=73/100 Signal level=-44 dBm Noise level=-102 dBm
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra: Last beacon: 3ms ago
Cell 02 - Address: <MAC address removed>
ESSID:"OTEE6DC5C"
Protocol:IEEE 802.11bg
Mode:Master
Channel:6
Encryption key:on
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
Quality=48/100 Signal level=-62 dBm Noise level=-85 dBm
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra: Last beacon: 119ms ago
Cell 03 - Address: <MAC address removed>
ESSID:"hol - NetFasteR WLAN 3"
Protocol:IEEE 802.11bg
Mode:Master
Channel:1
Encryption key:on
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 11 6 9 12 18 24 36 48 54
Quality=50/100 Signal level=-60 dBm Noise level=-86 dBm
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Preauthentication Supported
Extra: Last beacon: 62ms ago
Cell 04 - Address: <MAC address removed>
ESSID:"ThomsonBF7AEB"
Protocol:IEEE 802.11bg
Mode:Master
Channel:1
Encryption key:on
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
Quality=49/100 Signal level=-61 dBm Noise level=-86 dBm
Extra: Last beacon: 55ms ago



**** resolv ****


# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1


**** blacklist.conf ****


# 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

# 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


**** dmesg ****


[ 0.452351] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[ 4.256450] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 3f91e9adadd74ee2134f443ced3a922f70cb07ef'
[ 19.577359] r8187se: module is from the staging directory, the quality is unknown, you have been warned.
[ 19.579045] r8187se:
[ 19.579050] r8187se: Copyright (c) 2004-2005, Andrea Merello
[ 19.579052] r8180: Initializing module
[ 19.579055] r8180: Wireless extensions version 22
[ 19.579075] r8180: Initializing proc filesystem
[ 19.579098] r8180: Configuring chip resources
[ 19.583207] rtl8180_init:Error channel plan! Set to default.
[ 19.583208] r8180: Channel plan is 0
[ 19.583212] r8180: MAC controller is a RTL8187SE b/g
[ 19.585342] r8180: usValue is 0x100
[ 19.593639] wmi: Mapper loaded
[ 19.623478] r8180: WW:**PLEASE** REPORT SUCCESSFUL/UNSUCCESSFUL TO Realtek!
[ 19.623663] r8180: IRQ 16
[ 19.623841] r8180: Driver probe completed
[ 25.124918] r8180: Bringing up iface
[ 25.323765] r8180: Card successfully reset
[ 26.063008] r8180: WIRELESS_MODE_G
[ 26.081322] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 26.081831] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 95.889352] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready


**************** done ********************

1 Γνώσεις Linux: Πρώτα βήματα ┃ Προγραμματισμού: Καθόλου ┃ Αγγλικών: Ικανοποιητικό
2 Ubuntu 12.04 raring 3.8.0-32-generic 32bit (el_GR.UTF-8, Unity ubuntu), Ubuntu 3.8.0-32-generic, Windows 7
3 Intel Core i7 CPU Q 720 1.60GHz ‖ RAM 4024 MiB ‖ CLEVO CO. W860CU
4 nVidia G92M [GeForce GTX 260M] [10de:0618] {nvidia}
5 wlan0: Realtek RTL8187SE Wireless [10ec:8199] (rev 22) ⋮ eth0: Realtek RTL8111/8168 PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
jjkarag
punkTUX
punkTUX
 
Δημοσιεύσεις: 180
Εγγραφή: 26 Οκτ 2008, 16:30
Εκτύπωση


  • ΣΧΕΤΙΚΑ ΘΕΜΑΤΑ
    ΑΠΑΝΤΗΣΕΙΣ
    ΠΡΟΒΟΛΕΣ
    ΣΥΓΓΡΑΦΕΑΣ

Επιστροφή στο Κάρτες Δικτύου (Ethernet, WiFi, Bluetooth) / Internet

cron