Page 1 of 1

[Done]Installing M2 on old ASPIRE ONE

PostPosted: Dec 27th, '13, 16:06
by dwhite
I know M2 is not receiving updates, but M2 fits this old Netbook. Once I've used it as a toy while I'm in hospital, I want to use it as a client Wirelessly connected to my home LAN. The problem is M2 wont find the Adapter after connecting wirelessly for ages. Mageia definitely supports the the kit

Re: Installing M2 on old ASPIRE ONE

PostPosted: Dec 27th, '13, 20:38
by doktor5000
It would help if you could tell at least which wireless adapter you're using.
Also helpful: Which media did you use to install Mageia, and which desktop environment are you using? Do you use net_applet or NetworkManager?
And please provide the output of the following commands:

Code: Select all
lspcidrake -v | grep -i net
ps -ef | grep -v grep | grep -ie net -e wpa


and, as root:
Code: Select all
journalctl -b -u network --no-pager -a
systemctl status network.service -a
journalctl -b | grep -i firmware

Re: Installing M2 on old ASPIRE ONE

PostPosted: Dec 28th, '13, 15:10
by dwhite
Code: Select all
lspcidrake -v | grep -i net
r8169           : Realtek Semiconductor Co., Ltd.|RTL8101E/RTL8102E PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:1025 subd:015b) (rev: 02)

Code: Select all
[dwhitea1@localhost ~]$     ps -ef | grep -v grep | grep -ie net -e wpa as root

Code: Select all
[root@localhost home]# journalctl -b -u network --no-pager -a
journalctl: invalid option -- 'b'

Code: Select all
[root@localhost home]# systemctl status network.service -a
network.service - LSB: Bring up/down networking
          Loaded: loaded (/etc/rc.d/init.d/network)
          Active: active (running) since Sat, 28 Dec 2013 22:57:18 +0000; 5h 42min ago
          CGroup: name=systemd:/system/network.service
                  ├  1069 /sbin/ifplugd -I -b -i eth0
                  └ 19867 dhclient -1 -q -lf /var/lib/dhcp/dhclient-eth0.leases -pf /var/run/dhclient-eth0....

Dec 29 04:32:26 localhost.localdomain ifplugd(eth0)[1069]: Link beat lost.
Dec 29 04:32:32 localhost.localdomain ifplugd(eth0)[1069]: Executing '/etc/ifplugd/ifplugd.action eth0 down'.
Dec 29 04:32:33 localhost.localdomain ifplugd(eth0)[1069]: Program executed successfully.
Dec 29 04:32:35 localhost.localdomain ifplugd(eth0)[1069]: Link beat detected.
Dec 29 04:32:36 localhost.localdomain ifplugd(eth0)[1069]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
Dec 29 04:32:38 localhost.localdomain dhclient[19762]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Dec 29 04:32:38 localhost.localdomain dhclient[19762]: DHCPACK from 192.168.0.1
Dec 29 04:32:38 localhost.localdomain dhclient[19762]: bound to 192.168.0.5 -- renewal in 1521 seconds.
Dec 29 04:32:38 localhost.localdomain ifplugd(eth0)[1069]: client: Determining IP information for eth0... done.
Dec 29 04:32:39 localhost.localdomain ifplugd(eth0)[1069]: Program executed successfully.

Code: Select all
[root@localhost home]# journalctl -b | grep -i firmware

Re: Installing M2 on old ASPIRE ONE

PostPosted: Dec 28th, '13, 17:27
by doktor5000
Sorry, but with all the requested information missing, can't help you further. Good luck.