Home
Forum
Help
Login
Register
XO Laptop Shop
Forum Staff
OLPC News
OLPC News Forum
»
XO Laptop
»
XO Hacks
»
Other Operating Systems
»
Beyond the Ubuntu Installation
Welcome,
Guest
. Please
login
or
register
.
Get your own OLPC -
Buy an XO laptop on eBay
!
Pages:
1
...
9
10
11
[
12
]
13
14
15
...
37
« previous
next »
Print
Author
Topic: Beyond the Ubuntu Installation (Read 415456 times)
#165
Re: Beyond the Ubuntu Installation
teapot
OLPC News Forum Expert
Posts: 662
June 17, 2008, 07:15:13 AM
Quote from: AppleIIGuy on June 17, 2008, 06:20:09 AM
Yep that icon is missing.
lsusb
Bus 001 Device 002: ID 1286:2001 Marvell Semiconductor, Inc.
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 002: ID 046d:c50e Logitech, Inc. MX-1000 Cordless Mouse Receiver
Bus 002 Device 001: ID 0000:0000
iwconfig eth0
eth0 IEEE 802.11b/g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=13 dBm
Retry limit:8 RTS thr=2347 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality=96/100 Signal level=0 dBm Noise level=-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:7513
Tx excessive retries:17 Invalid misc:120 Missed beacon:0
ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:17:c4:15:2d:ed
inet6 addr: fe80::217:c4ff:fe15:2ded/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:111 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6438 (6.2 KB) TX bytes:788 (788.0 B)
Module Size Used by
mtdblock 5216 0
mtd_blkdevs 8800 1 mtdblock
loop 17284 0
usb8xxx 17696 0
libertas 178392 1 usb8xxx
ieee80211 32072 1 libertas
ieee80211_crypt 5632 1 ieee80211
serio_raw 6596 0
joydev 9472 0
cs5535_gpio 4708 0
mousedev 11160 1
ps axuww | grep Network
root 1146 0.0 0.8 20988 2096 ? Ssl 13:09 0:00 /usr/sbin/NetworkManager --pid-file /var/run/NetworkManager/NetworkManager.pid
root 1160 0.0 0.5 3436 1308 ? Ss 13:09 0:00 /usr/sbin/NetworkManagerDispatcher --pid-file /var/run/NetworkManager/NetworkManagerDispatcher.pid
root 1573 0.0 0.2 1696 500 pts/0 R+ 13:15 0:00 grep Network
In terminal run
nm-applet
-- does the icon appear on the panel?
Logged
#166
Re: Beyond the Ubuntu Installation
teapot
OLPC News Forum Expert
Posts: 662
June 17, 2008, 11:48:51 AM
Just installed Firefox 3 release. Works fine.
Logged
#167
Re: Beyond the Ubuntu Installation
teapot
OLPC News Forum Expert
Posts: 662
June 17, 2008, 11:55:50 AM
Boot splash screen with progress bar now works -- usplash (default on Ubuntu) does not understand XO framebuffer modes, however splashy does.
It will be included in the next release along with other changes.
Logged
#168
Re: Beyond the Ubuntu Installation
AppleIIGuy
Commenter
Posts: 20
US Navy Fire Controllman
June 17, 2008, 01:32:54 PM
Gives me an error about security policies in the configuration file keep it from running
but if I do sudo nm-applet it runs and connects fine..
Logged
#169
Re: Beyond the Ubuntu Installation
teapot
OLPC News Forum Expert
Posts: 662
June 17, 2008, 02:38:08 PM
Quote from: AppleIIGuy on June 17, 2008, 01:32:54 PM
Gives me an error about security policies in the configuration file keep it from running
but if I do sudo nm-applet it runs and connects fine..
I see.
There should be a line in /etc/PolicyKit/PolicyKit.conf file (within config tag):
<define_admin_auth_group="admin"/>
If it's not there, add it before </config> .
And the user "olpc" should belong to that group. If it doesn't, create the group and add the user:
addgroup admin
addgroup olpc admin
nm-applet should work for olpc user after that.
Logged
#170
Re: Beyond the Ubuntu Installation
AppleIIGuy
Commenter
Posts: 20
US Navy Fire Controllman
June 17, 2008, 04:24:15 PM
Works Thanks!
Logged
#171
Re: Beyond the Ubuntu Installation
kemikal
New
Posts: 3
keep on rollin
June 21, 2008, 07:52:18 PM
Teapot, shoot me a PM when you've done your next release and I'll put it up on my website for download too.
I've just been testing the 8.1.1 release since my SD got corrupted.
http://www.olpcnews.com/software/sugar/wanted_software_testers.html
Logged
#172
Re: Beyond the Ubuntu Installation
Eddie Owens
Contributor
Posts: 94
June 22, 2008, 07:13:18 PM
Using Xubuntu Hardy, I am trying to use the command "make". However I get the response, "Command not found".
So I do apt-get update and apt-get install and apt-get make, and get messages such as "invalid operation make".
I could not find the "make" command with updated Synaptic either.
What am I doing wrong?
Logged
#173
Re: Beyond the Ubuntu Installation
teapot
OLPC News Forum Expert
Posts: 662
June 22, 2008, 07:26:19 PM
Quote from: Eddie Owens on June 22, 2008, 07:13:18 PM
Using Xubuntu Hardy, I am trying to use the command "make". However I get the response, "Command not found".
So I do apt-get update and apt-get install and apt-get make, and get messages such as "invalid operation make".
I could not find the "make" command with updated Synaptic either.
What am I doing wrong?
Not using
aptitude install build-essential
(
aptitude install make
or
apt-get install make
would work, too, however then the rest of the minimal build environment would be still missing).
Logged
#174
Re: Beyond the Ubuntu Installation
Eddie Owens
Contributor
Posts: 94
June 23, 2008, 03:19:53 PM
Teapot, somehow I am not getting there.
I did "sudo aptitude install build-essential". Lots of messages scrolled by, some libraries were removed, but in the end, "make" was still not there.
I did "aptitude install make" and got back "no candidate version found for make".
I did "sudo apt-get install make" and got back "Package make is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source. E: Package has no installation candidate".
Where else can I get this command? Or is there an alternative command?
thank you.
Logged
#175
Re: Beyond the Ubuntu Installation
teapot
OLPC News Forum Expert
Posts: 662
June 23, 2008, 03:47:41 PM
Quote from: Eddie Owens on June 23, 2008, 03:19:53 PM
Teapot, somehow I am not getting there.
I did "sudo aptitude install build-essential". Lots of messages scrolled by,
PLEASE, PLEASE, PLEASE, STOP REPORTING ANYTHING AS "LOTS OF MESSAGES". Those are not "lots of messages" any more than my responses to you are "lots of words teapot wrote". They are actual diagnostics. Stop ignoring them. They actually describe what is going on. I can't find it out anything at all without knowing what they said.
Quote
some libraries were removed, but in the end, "make" was still not there.
If something was REMOVED when you ran it, something was seriously wrong with your system. Likely you had to run
sudo aptitude update
before it, or press 'u' in aptitude running interactively if you didn't do so before, however it still wouldn't cause anything to be removed.
Upgrade your system (
sudo aptitude update; sudo aptitude dist-upgrade
), and if it fails, reinstall.
Quote
I did "aptitude install make" and got back "no candidate version found for make".
I did "sudo apt-get install make" and got back "Package make is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source. E: Package has no installation candidate".
Where else can I get this command? Or is there an alternative command?
No, there isn't. If it does not work (and not, say, tells you that it can't reach the Ubuntu server), your system is broken, and there is no point "trying" anything, you have to bring it into a non-broken state. And since you have given a completely unusable description of what happened, I can only recommend you to reinstall from scratch.
Logged
#176
Re: Beyond the Ubuntu Installation
Eddie Owens
Contributor
Posts: 94
June 23, 2008, 07:19:16 PM
Teapot,
I do not ignore the messages or consider them unimportant. The "lots of messages" that I failed to report scrolled off the top of the screen faster than I could read them.
At the present, when I do a "sudo aptitude update" I get =>
Hit
http://security.ubuntu.com
hardy-security Release.gpg
Hit
http://us.archive.ubuntu.com
hardy Release.gpg
Hit
http://us.archive.ubuntu.com
hardy-updates Release.gpg
and 18 other hits for restricted sources and packages, universe
sources packages, multiverse sources and packages then finally
Reading package lists...done
<exit to shell prompt>
and then when I follow with "sudo aptitude install build-essential" I get =>
Reading package lists...done
Building dependency tree
Reading state information...done
Reading extended state information
Initializing package states...done
Building tag database...done
No candidate version found for build-essential
No candidate version found for build-essential
The following packages have been kept back:
libglib2.0-data
0 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information...done
Reading package lists...done
Building dependency tree
Reading state information...done
Reading extended state information
Initialing package states...done
Building tag database...done
<exit to shell prompt>
So do you think that this means my system is broken, and the best thing to do is a fresh install?
Logged
#177
Re: Beyond the Ubuntu Installation
teapot
OLPC News Forum Expert
Posts: 662
June 23, 2008, 08:17:35 PM
Are you, by any chance, using a wireless hotspot that returns login screen when you access anything through HTTP, so aptitude gets HTML pages when trying to download package lists?
Because build-essential package is right there, on the same site where your box supposedly downloaded package lists from:
http://us.archive.ubuntu.com/ubuntu/dists/hardy/main/binary-i386/Packages.gz
,
http://us.archive.ubuntu.com/ubuntu/dists/hardy/main/binary-i386/Packages.bz2
, and
http://us.archive.ubuntu.com/ubuntu/pool/main/b/build-essential/build-essential_11.1_i386.deb
Logged
#178
Re: Beyond the Ubuntu Installation
Eddie Owens
Contributor
Posts: 94
June 24, 2008, 03:12:28 PM
Teapot:
I connect at home using a Netgear wireless router using WPA-PSK, and generally sign on once with my password at the beginning of a session, and the system does not ask me for a password again. Surfing the internet seems to go without problem.
Just to check, I did a fresh boot into Hardy, with a USB-to-Ethernet connection in place, went to a terminal, and did a
sudo aptitude update
which went to the same 20 or so ubuntu/hardy/security/update sites and read the package lists.
On doing a
sudo sudo aptitude install build-essential
the output was exactly the same as described before.
And again, "make" or "sudo make" => "command not found".
It's looking more and more like a total re-install is going to be required.
Logged
#179
Re: Beyond the Ubuntu Installation
teapot
OLPC News Forum Expert
Posts: 662
June 24, 2008, 11:03:02 PM
Quote from: Eddie Owens on June 24, 2008, 03:12:28 PM
Teapot:
I connect at home using a Netgear wireless router using WPA-PSK, and generally sign on once with my password at the beginning of a session, and the system does not ask me for a password again. Surfing the internet seems to go without problem.
Just to check, I did a fresh boot into Hardy, with a USB-to-Ethernet connection in place, went to a terminal, and did a
sudo aptitude update
which went to the same 20 or so ubuntu/hardy/security/update sites and read the package lists.
If you run
sudo aptitude dist-upgrade
after that, does it give you a sane-looking list of packages to upgrade and download/update them?
Quote
On doing a
sudo sudo aptitude install build-essential
the output was exactly the same as described before.
And again, "make" or "sudo make" => "command not found".
It's looking more and more like a total re-install is going to be required.
Looks like something got seriously screwed up, so it's a good idea to reinstall.
Logged
Pages:
1
...
9
10
11
[
12
]
13
14
15
...
37
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
OLPC G1G1 Information
-----------------------------
=> G1G1 Introduction
===> First Impressions
===> G1G1 Europe
===> XO Shipping - USA
===> XO Shipping - Canada
===> XO Shipping - Problems
=> XO User Groups
===> OLPC Canada
===> OLPC Learning Club DC
===> XO Europe User Group
===> Assistive Technology Group
=> OLPC Publicity
-----------------------------
XO Laptop
-----------------------------
=> XO Laptop Help
===> User Guide
===> Internet & Mesh Networking
===> Sugar & Linux
===> Battery & Power
===> T-Mobile HotSpot
=> XO 1.5 Laptop
=> XO Activities
===> Activities Development
===> Games!
===> eBooks
===> Music & Radio
===> Jabber & Chat
=> XO Hacks
===> Hardware Modifications
===> Other Operating Systems
=> XO Accessories
===> USB Memory Sticks & SD Cards
===> USB Adapters & Attachments
=> XO Problemo
===> Hardware Trouble
===> Keyboard
=> XO MISC
-----------------------------
OLPC Outreach
-----------------------------
=> Press & Blogs
=> Your Opinion
=> Promoting OLPC to Schools
-----------------------------
Other Devices
-----------------------------
=> Asus Eee PC
=> Classmate and 2go PC
=> Other 4P Computers
Stats
Members
Total Members: 2405
Latest:
sembik
Stats
Total Posts: 31943
Total Topics: 3843
Online Today: 27
Online Ever: 238
(April 18, 2011, 09:48:50 PM)
Users Online
Users: 0
Guests: 17
Total: 17
Loading...