Ubuntu Installation :: Aspire One D255-1345 Rejects On All Counts?
Aug 6, 2011
[URL]So just a little while ago I got sick of win7 starter's sluggishness and inability to successfully display my java eclipse output and decided to switch to linux.I'm using LiLi USB Creator to make my live USBs.First I tried out arch linux which was going absolutely fantastic until I realized that I needed to use a custom kernel to get my wireless working, and without my wireless working (and no idea how to properly mount any sort of external drive in linux) there was no way I'd be able to install the kernel.
So I gave up and decided to try Ubuntu. I created the live usb just fine and tried to boot from it. It went past the bios screen and to the blinking command line underscore, which stopped blinking for a moment. At that point a line of text popped up highlighted in purple and then green for a split second (it could have been green and then purple). After the text, the netbook hung displaying a command line underscore that blinked.
I left it for several hours and it did nothing.Then I tried puppy linux, which froze on the previous text (which did not look anything like an error message, but I don't remember what it said).Then I tried Fedora(edited from debian, which I have not tried), which behaved the same as Ubuntu.I don't know what to try anymore... if this all fails I'll probably go install either XP or OSX (Probably XP, I can't stand safari).
View 1 Replies
ADVERTISEMENT
Feb 20, 2011
I'm trying to install ubuntu netbook remix on my Acer AOD 255-1345. I followed the instructions here but after showing a bit of text at the start of the boot, all I get is a black screen with a blinking underscore on the top left.
View 9 Replies
View Related
Feb 9, 2011
I'm having difficulty mounting cards in the SD slot of my Acer Aspire One D255 (running Slackware 13.1).
[Code]...
View 14 Replies
View Related
Jan 1, 2011
i am trying to set mkahawa to count my print-outs but the problem is i dont understand how i will configure using make,make install as given in their website:[UL]
View 1 Replies
View Related
Aug 19, 2010
I'm configuring a CentOS 5.4 workstation. I have been able to apply most of the security that is required. I have met all but one logging requirement. How do you get the count of old passwords associated with users? I don't need to see their passwords just how many times they have changed them. I have set remember to 24 in the /etc/pam.d/system-auth file. I don't know where the file is that contains this information.
View 1 Replies
View Related
Jan 23, 2010
As the title says, nm-applet rejects my password that I'm positive is correct.Using a custom compiz session,
Code:
#!/bin/bash
compiz &
[code]....
View 4 Replies
View Related
May 13, 2010
I ran into it while google Segmentation Fault. I'm writing a simple C program that reads a file that counts each line and numbers it then writes to a file called sdout. I copyed my program mostly from the text book but im still having problems. Heres my code:
#include <stdio.h>
#include <stdlib.h>
void new_line(FILE *, FILE *);
int main(char *argv)
[Code]....
View 14 Replies
View Related
Sep 15, 2009
Using netstat I can get a lot of network related information which is pretty useful at times. But when I use for example 'netstat -s' it gives me a lot of counts for bits transferred or data packets transferred etc. Now one thing I am not sure of is that for how long those counts will keep rolling and when will they get reset (when I restart the machine?, when I restart the network services? Or if there is some kinda threshold set on it?) How exactly netstat counts those things (I mean what is the source of those counts for netstat).
View 2 Replies
View Related
Dec 14, 2010
I'm programming some skript to get statistical information about some texts. This includes calculating the mean of word lengths.Unfortunately, Umlauts count as two characters. In the example below the output is 9, it should be 6.
sincercly, Max
Code:
#!/usr/bin/perl
use POSIX;
use locale;
my $test = length("ABC���");
print $test;
View 4 Replies
View Related
Jul 28, 2011
I need a simple traffic monitor for Linux, that counts the traffic in a specific wireless network because I have volume restrictions on that one.I tried it using the following iptables rule:
[code]...
iptables -m mac -A INPUT -p all --mac-source <mac-address> ! -s 10.0.0.0/8
where <mac-address> is the router's one. 10.0.0.0/8 is the local subnet. What I actually want is something like --routed-through <mac-address>. Also, is there some way to gather iptables's statistics? Or is there maybe another tool that does what I want (reliable)?
View 3 Replies
View Related
Dec 8, 2010
So a while back I decided I wanted to get to know Linux a little bit and I figured the most immediately useful thing for me would be a small home server. About this time I discovered plug computers and I eventually bought myself a Guruplug for this purpose - a small, cheap, power-efficient ARM architecture thing running Debian 5.0.6. Since then I've kind of ambled along with the project as and when time permitted (installing, tweaking, scouring manpages and tutorials is fun, but takes a lot of time), and have now finally got a nice big external harddrive formatted as ext3 and hooked up to it. The time seemed right to go for the samba install. I installed from the Debian repository, configured using SWAT and immediately hit problems.
Since the only user is me and the only access to the computer is over SSH, I have few accounts - there's root which I've disabled from access altogether, there's my sudoer account magnus, and there's my new test account magnus-smb. This one is a standard user, and has identical Unix password and samba password (added with smbpasswd). I intend to keep this up with a separate samba-access account - I'm a little paranoid about allowing any kind of access to sudoer accounts and won't even let SSHD accept password based logins.
Setting up samba, I basically tried to make it do as little as I needed to get a local file server going. The only share is homes, and its path goes to my external drive. The drive itself is mounted as rw,noexec,user from fstab.
Now, with all of that set up I'd hoped I'd be able to mount my homes shares and go. This proved not to be the case - if I set encrypted passwords = yes, my Windows 7 clients behave differently. The magnus account connects but can't authenticate - all passwords are rejected. The magnus-smb account is apparently accepted but then receives a "network path not found" error. If I set it to no, both accounts are prevented from even attempting to authenticate, and I get an error message about "this account is not approved for logging on from this station" (translation from Norwegian). I've been searching around but not finding much. I did find one article claiming this was easier after samba 3.3 and discovered that my manpages said samba 3.2. Yesterday I therefore decided to reinstall samba from source, only to find that the current stable release (3.5) also claims to be version 3.2 in it's manpages, so I probably might as well not have bothered. Oh well, at least I've installed something from source now.
My smb.conf:
Code:
# Samba config file created using SWAT
# from UNKNOWN (Q@)
# Date: 2010/12/08 12:59:41
[Code]....
View 3 Replies
View Related
Sep 9, 2010
Some help with this problem:Code:Write a function that counts the number of occurrences of a pair of letters in a string
View 13 Replies
View Related
Jan 25, 2010
I am trying solve a strange problem which ocurred after upgrading many packages including kernel and iptables.This is a Fedora 10 PC acting as a small home-server I've been using over a year without problems. Recently, I've run a yum upgrade and after that, connections outside home wouldn't work. No changes in IPtables (firewall) rules have been done. But connection through local network is working.Symptom is.I've connected to my second PC at home and connected to the server. It works fine on local network. I restart network services (service network restart) and outside connections could be established.I have disabled iptables and ip6tables and after reboots it works fine. But PC is running without firewall.
View 5 Replies
View Related
Dec 27, 2010
Background:I have a small PC104 running opensuse 11.1. I'm writing a small client/server application for debugging purposes using mono and WCF. All the client does is make a request for information every 100ms.Problem:After about 20 requests the server quits responding to the client. Even if the client is running on the same machine. I've run the exact code on another laptop running opensuse as well as a laptop running windows and everything works great. Hopefully that closes the option that it is a code, mono, or opensuse flaw.Is there a kernel option or a network option that anyone knows about that might cause this sort of behavior?
View 3 Replies
View Related
Apr 17, 2011
have tried to replace WindowsXP with ubuntu netbook 10.10 on my Acer Aspire one (model ZG5), I opted for erasing the disk completely to just have ubuntu on the machineit runs perfectly from the USB drive, but will not boot up after a full installation, I just get a black screen with flashing underscore cursorthere are several threads about this problem but I cannot glean a solution, I have used 2 downloads as I thought the first iso might be corrupted, but still cannot get the system to start upwhat is the next step, is it worth persevering or trying an alternative distro?
View 4 Replies
View Related
Jan 9, 2010
I upgraded my home server from openSUSE 10.3 to 11.2. From that day, postfix rejects every email I try to receive by using fetchmail. The main.cf file was unchanged after the upgrade, postfix starts correctly, but it does not accepts emails! The errors I receive are:
Code:
NOQUEUE: reject: RCPT from localhost[::1]: 504 5.5.2 <localhost>: Helo command rejected: need fully-qualified hostname; from=<> to=<correctuser@somedomain.com> proto=SMTP helo=
[code]....
View 6 Replies
View Related
Apr 25, 2010
Ok I am new to all this, I did have a server years ago but have forgotten most of what I learned. My problem is getting ftp to connect to the server. I have centos and it has proftpd but I'm lost when it comes to the conf file. I created a user in plesk but when I try to connect with any ftp software it accepts the username but rejects any password. I have tried a million combinations but I just can't get my head around this. I have used it before many years ago and managed ok but that was using webmin. I feel I've bitten off more than I can chew with this server although I have managed everything else
View 2 Replies
View Related
Oct 12, 2010
I have tried and failed to install the lastest netbook version 10.10 on my Acer aspire one 110 netbook, this is the one with a 8gb ssh.
It booted fine on a usb drive and I was able to test drive the distro. The installation went all the way through without any problems but when it came to rebooting the netbook just showed a blank screen with a dash in the top left of the screen. There is no sign of the computer looking for the hard drive it just sits there!
If I reboot using the usb key I could see that all the files have been installed on the 8gb drive. I have reloaded 10.04 which works just great and during that installation the installer could see that 10.10 was installed.
Has anybody else had this problem? I was wondering is there is a problem with GRUB , however it would be nice to install the new version it's so frustrating to have failed.
View 3 Replies
View Related
Nov 16, 2010
I saw this forum post and I want to try it out so I went here and copied and pasted the following text into a file called test.patch.
Code:
---
Documentation/kernel-parameters.txt | 2
drivers/tty/tty_io.c | 1
include/linux/sched.h | 19 ++++
init/Kconfig | 12 +++
kernel/fork.c | 5 +
kernel/sched.c | 25 ++++--
kernel/sched_autogroup.c | 140 ++++++++++++++++++++++++++++++++++++
[Code]....
1 out of 1 hunk FAILED -- saving rejects to file linux-2.6/Documentation/kernel-parameters.txt.rej I'm not so good with patching so I am sure it is probably something easy.
View 7 Replies
View Related
Oct 12, 2010
Neither from update manager or live usb pendrive. Can I make liveusb of lucid & delete maverick partition & reinstall? is mbrfix better? I have an ubuntu partion & an xp partition. install from update manager just hangs with orange screen after login. pendrive boot hangs with black screen with syslinux line.
View 1 Replies
View Related
Jul 15, 2011
I've got an Acer Aspire AM3920 (Intel Core i5) Desktop PC. I want to upgrade my Ubuntu Maverick Meerkat to Natty Narwhal, but it just isn't working. I've tried to upgrade two times, both resulting in a crash while installing. When I try to install it from a Live CD, I'm getting a black screen and when I press a key in the purple screen of the Live CD and select nomodeset, it doesn't work either. So my question is: Is it possible to install/run Ubuntu 11.04 on this PC?
View 4 Replies
View Related
Aug 9, 2010
Trying to install 10.04 and remix 10.04 in model AO521-3165 Aspire One 521 Athlon II Neo Procesor K125 gives an installation failure. (Tested in several AO521 giving the same result all of them with the latest bios update)
a) The first message: Disabling IRQ # 18
b) 10.04 in mode installing without modification gets into a 3 sound loop and then halts completely.
c) remix in mode installing without modification gets into the gnome screen but the keyboard is completely dead.
d) Installing both of them in the hard disk can partition hard disk but then the system asks the name and password and again the keyboard is dead.
Here is another message trying to install BackTrack4R1 giving maybe more clues: [Firmware bug] PCI MMConfig at (mem 0xe0000000 - 0xe03fffff not reserved in ACPI motherboard resources i8042.C: Can�t read CTR while initializing i8042 irq18 nobody cared (try booting with the "irqpool" option) Disabling IRQ #18
e) The same result with Open Suse.
View 9 Replies
View Related
Mar 3, 2011
I have been attempting to install Ubuntu 10.10 on my Acer Aspire One for a few days now. Its current OS is Win7 Starter, if that even matters.
-I made a USB drive and Ubuntu boots and runs just fine.
-I hit the "install Ubuntu" icon and it has me choose my language, then I hit forward.
-It asks if I want to install updates and/or third party apps, I check the boxes and hit forward - and then it just sits there with the cursor spinning like its trying to do something, but it never does. The longest I have let it sit there was four hours, and still nothing happened.
**This is the step it always stops on. Could the problem be that I am trying to install the desktop version instead of the netbook version? I tried the netbook version and I just don't like it as much.
View 4 Replies
View Related
Jun 12, 2011
I'm working through this issue with my Acer Aspire 5336-2524. Blank screen, can't see anything after reboot.
(Display=Mobile Intel (R) 4 series express chipset family)
Enter;'msinfo32.exe' in the search programs and files box. Open it up after search finds it. You'll then be able to see BIOS version. Go to Acer support and update BIOS if needed. I needed to and so far the result has been that I'm not able to see the install of Ubuntu, butttt,cannot see it after going through all the start up, up to the point where the desktop page should be, then blank screen again.
I'll come back with results.I also am thinking about updating video driver too. (Tried but said it was up to date)Additional (6-14-11@7:36PM) So far by updating BIOS I was able to view ubuntu long enough to install, but couldn't view fully loaded OS (as in couldn't see desktop). As mentioned by foresthill, plugging an external monitor into the laptop allows me to see everything on the external monitor. Ahhh, sweet progress! Waiting for reply from foresthill about exactly what they did in grub for a permanent fix.Additional Two: FYI: Xubuntu 10.10 runs great on the laptop. But no wifi (I cannot remember if I updated and ran across broadcom driver install as 10.04.2 did)
Finial Update: I Installed ubuntu 10.04.2, which had no problems with screen, couldn't use wireless until I update and then a note poped up about broadcom driver which I allowed to install, now I have a fully functional ubuntu. Someone recommended using "LTS" versions for initial install, then go from there if you want to try different versions. I'll wait for the LTS before messing around, just glad to finally get a fully functioning ubuntu!
View 4 Replies
View Related
Jul 6, 2011
Boot fail symptoms: Stuck at Syslinux first boot line.Ctrl+alt+del can't work. need to shut down whole system by holding the power button for 3 secs.
System:
-New Acer Aspire 5750, a supposedly popular model.
-i5 2410M + HM55
Remark:
Can boot from CD Ubunutu 11.04.
But, what is a new laptop when it cant boot Ubuntu from USB??
View 5 Replies
View Related
Jun 5, 2011
The acer netbook D255e - N57 comes with a factory installed linux OS but Acer reps seem unable to fully instal Ubuntu 10.1 or 10.04. Even linux lite lacked the drivers to run several things. Is it possible to do this??? If it can be fully installed I will definitely go for a new cyber life with linux but if not I may have to remain a thrall to bill gates and go for a Eee PC netbook instead.
View 1 Replies
View Related
Mar 12, 2011
I installed Ubuntu 10.10 on a Laptop Acer Aspire 3000 everything works perfect... excluding.... the Wireless Networks.
1. I cannot check marked Enable Wireless
2. Wireless Network disabled
The driver is installed when I installed Ubuntu 10.10 it asked me to install this. Is not a problem of driver I think. It is a Broadcom Corporation BCM4312
I found out the following:
1. I tried rfkill unblock all with negative results
2. rfkill list phy0: Wireless LAN, Soft blocked: no, Hard blocked: yes
3. look in the file system: NetworkingEnabled=true, WirelessEnabled=false, WWANEnabled=true
Is this really not supported by Ubuntu ?? username: melfrimarlyne e-mail: ferris@sowerseed.aw
View 3 Replies
View Related
Dec 16, 2009
I am trying to boot aspire one from the internal sd slot. (Fedora-sd) Since aspire can't boot directly from internal sd slot because bios do not see sd slot as a boot option, I use a second sd insert on a usb adapter with grub in it (Grub-sd)(actually i use this way to boot Ubuntu 9.10)
I have done the same thing from Ubuntu side (add module too the initrd and point the root to the UUID of the fedora-sd) but the boot stop just after (if I boot normally with the Fedora-sd on the USB adapter)
At this point i can only Ctrl-Alt-Canc.
The boot process stop in the same point if there is no sd on the slot. During boot I can see the sd so seem that the module are loaded but not allow to mount the fs. I add these module to the initramfs : mmc_core mmc_block sdhci sdhci-pci.
View 1 Replies
View Related
Feb 27, 2010
When trying to hybernate the system tries to prepare to hybernation but when it is going to complete the operations it does not hybernate but finally suspends.
note that it is not exactly the same as choosing to suspend. In fact, it seems to me that when choosing to hybernate the system is unable to do it and consequently it chooses "at least" to suspend.
Ubuntu 9.10 fresh install
Kernel 2.6.31-19-generic
~$ lspci | grep Graphics
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset
[Code].....
View 3 Replies
View Related
Apr 22, 2010
I have an Acer Aspire 5610 and since installing Ubuntu 9.10, the computer tends to shutdown by itself while I'm using it. Does this happen to anyone else? I would like to know what's causing this so I can either fix/solve it. I never had this problem on Ubuntu 9.04, 8.10 or 8.04. Checking the system log file viewer hasn't given me any clues to what's causing this. I just know the issue started when I installed 9.10.
View 2 Replies
View Related