| Summary: | After kernel upgrade net_applet doesn't work anymore | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Oliver Burger <oliver.bgr> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | ftg, magnus.mud |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
|
Description
Oliver Burger
2011-07-16 18:57:54 CEST
No connection via eth0, if disconnected eth0 wlan will be activ (not shown by the net_applet) CC:
(none) =>
magnus.mud a little bit from dmesg: r8169 0000:02:00.0: eth0: link down r8169 0000:02:00.0: eth0: link down ADDRCONF(NETDEV_UP): eth0: link is not ready r8169 0000:02:00.0: eth0: link up ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready eth0: no IPv6 routers present I confirm with eth0, no wifi involved. Connection comes up and is operational, but net_applet displays it as down. Here's why: [ftg@ftgme2 ~]$ net_applet Cannot open /dev/input/eventX: Permission denied Cannot open /dev/input/eventX: Permission denied Cannot open /dev/input/eventX: Permission denied Cannot open /dev/input/eventX: Permission denied ^Z [1]+ Stopped net_applet [ftg@ftgme2 ~]$ bg [1]+ net_applet & [ftg@ftgme2 ~]$ cd /dev/input [ftg@ftgme2 input]$ ls by-path/ event0 event1 event2 event3 event4 mice mouse0 There is no eventX. Also: [ftg@ftgme2 input]$ ls -l total 0 drwxr-xr-x 2 root root 100 Jul 18 15:19 by-path/ crw-r----- 1 root root 13, 64 Jul 18 15:19 event0 crw-r----- 1 root root 13, 65 Jul 18 15:19 event1 crw-r----- 1 root root 13, 66 Jul 18 15:19 event2 crw-r----- 1 root root 13, 67 Jul 18 15:19 event3 crw-r----- 1 root root 13, 68 Jul 18 15:19 event4 crw-r----- 1 root root 13, 63 Jul 18 15:19 mice crw-r----- 1 root root 13, 32 Jul 18 15:19 mouse0 These devices are readable only by root. CC:
(none) =>
ftg |