LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   little one (https://www.linuxquestions.org/questions/linux-software-2/little-one-870716/)

tucker1 03-24-2011 08:55 AM

little one
 
i dont know if you received my problem try again,acer aspire one linux cant get on the internet no network icon,and the network centre wont work the os linpus linux lite v1.0.7.E the bios version v0.3109 if possible step by step.steve.

16pide 03-24-2011 10:33 AM

Please post more info, for example, output of:

ifconfig -a
route
ethtool eth0
ethtool wlan0
etc ...

cat /etc/resolv.conf
chkconfig --list|grep -i network

tucker1 03-24-2011 12:03 PM

dont understand,real novice.steve.

MTK358 03-24-2011 12:48 PM

Type those in a terminal (case and spacing matters) and post their output here.

You might want to use code tags (click here for explanation) to post them in the forum.

tucker1 03-24-2011 02:30 PM

typed it in all i get are files which i dont know what to choose

MTK358 03-24-2011 02:49 PM

Quote:

Originally Posted by tucker1 (Post 4302069)
typed it in all i get are files which i dont know what to choose

files?

What do you mean?

qlue 03-24-2011 09:59 PM

You're still using Linpus?
That's a stripped down version of Fedora 8
I'd recommend you install something like Ubuntu. Especially since, as you said, you're a novice.

tucker1 03-25-2011 10:53 AM

cant download anything because i cant get on the internet.steve.

MTK358 03-25-2011 11:40 AM

Quote:

Originally Posted by tucker1 (Post 4303099)
i cant get on the internet.

How are you posting to this forum, then?

tucker1 03-25-2011 12:20 PM

sorry duh.how do i download ubuntu onto a disc first ok .steve.

repo 03-25-2011 12:29 PM

You go to the homepage from ubuntu,
Then you click the download button.
Burn the ISO to CD.
http://www.ubuntu.com/

Kind regards

MTK358 03-25-2011 12:54 PM

Also, can you try to use capital letters and use better grammar if it's not to hard? Your posts are a bit difficult to understand.

tucker1 03-26-2011 04:15 AM

ive downloaded ubuntu onto flash drive,can anybody tell me how to download on to the netbook please.steve.

repo 03-26-2011 04:22 AM

Can you boot your netbook from USB or CD?
https://help.ubuntu.com/community/In...n/FromUSBStick
http://www.askdavetaylor.com/how_to_...ook_winxp.html
http://www.ubuntu.com/netbook

Kind regards

Aquarius_Girl 03-26-2011 05:05 AM

Quote:

Originally Posted by tucker1 (Post 4302069)
typed it in all i get are files which i dont know what to choose

He meant that you have to type those commands ONE by ONE and post the "output" here.
e.g.
Code:

bash-4.1# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1d:72:52:94:29 
          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21d:72ff:fe52:9429/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6392 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6890 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4796711 (4.5 MiB)  TX bytes:1699786 (1.6 MiB)
          Interrupt:17

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:48 errors:0 dropped:0 overruns:0 frame:0
          TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2400 (2.3 KiB)  TX bytes:2400 (2.3 KiB)

wlan0    Link encap:Ethernet  HWaddr 00:21:00:0a:91:14 
          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)

bash-4.1#

The command's name is ifconfig -a, and rest following is its output.
You have to paste the "complete" output here whatever it is.
If you get an error like "command not found", run the command again after logging in root.


All times are GMT -5. The time now is 12:04 PM.