LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-30-2009, 12:01 PM   #1
siabost
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Rep: Reputation: 0
Thumbs down Ubuntu(studio)8.04.2 - Stops loading at about 70% on progress bar


Hi,
Packard Bell EasyNote Laptop F5280HR
Celleron 2.8Ghz
Video adapter is a SiSM661FX (SiS661FX on SiS website)
768Mb Memory Installed (64Mb of this used for graphics)

Managed to install Ubuntustudio 8.04.2 eventually by adding vga=771 to boot command.

On booting from hard disk loading freezes at about 70% and I don't get as far as a login or any desktop, for that matter.

It freezes as shown below (last 5 lines shown):
Quote:
cat: /var/lib/acpi-support/system-manufacturer:No such file or directory
cat: /var/lib/acpi-support/system-product-name:No such file or directory
cat: /var/lib/acpi-support/system-product-version:No such file or directory
cat: /var/lib/acpi-support/bios-version:No such file or directory
* Saving VESA state...
I think I have a screen resolution problem.

After booting into "recovery" and dropping into shell...

The output of
Quote:
sudo lshw -C
is:
Quote:
*-display UNCLAIMED
description: VGA compatible controller
product: 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter
vendor: Silicon Integrated Systems [SiS]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width 32 bits
clock: 66MHz
capabilities: pm agp agp-3.0 vga_controller cap_list
configuration: latency=0
Do I need to set the screen resolution from the command line? How do I do this & what should I set it to? 800x600?

Any help appreciated.
 
Old 03-30-2009, 12:11 PM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Welcome to LQ!

Try the boot time kernel option

pci=norom


If that does not work

stay at the command line and

#apt-get update
#apt-get upgrade

(you may need a different kernel)

You can edit /etc/X11/xorg.conf
 
Old 03-30-2009, 12:13 PM   #3
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
modprobe agpgart-sis
 
Old 03-30-2009, 04:26 PM   #4
siabost
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Thank you for the welcome amani.
It is a pleasure to be involved in Linux - I have 3 desktops running one form of Linux or another.

To enable the "get upgrade" option you describe I presume I will have to activate network manager (or the network) from the command-line to get on-line. How do I do that?

The "pci=norom" didn't work - still freezes at "* saving VESA state..."

Quote:
modprobe agpgart-sis
returned "module could not be found", but maybe I need to be on-line first & get updates?

First try - thanks for help so far.

Last edited by siabost; 03-30-2009 at 04:40 PM.
 
Old 03-31-2009, 09:57 AM   #5
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
agpgart-sis is your driver module.

Then stick with vesa or the default... you can use 'fix xserver' in the trouble shooting mode.

For Network

How do you want to connect?

pppoe (type that at the terminal and hit the tab key twice)?

See http://www.ubuntugeek.com/ubuntu-net...mand-line.html

[ editing in vim /vi
press i to insert
esc to stop inserting
:wq to save and quit file]
 
Old 04-02-2009, 06:16 AM   #6
siabost
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Login Screen but still no Desktop

Hi amani,

I've got a bit further forward in that I can now get a Login Screen (complete with background picture) but no desktop.

The problem with the progress bar sticking at 70% was solved by using the solution described at https://lists.ubuntu.com/archives/ub...il/017581.html
Once SAVE_VBE_STATE=true was changed to false in /etc/default/acpi-support that problem was solved & I got through to the Login Screen.

With an unmodified xorg.conf, after login & selecting Gnome (or Gnome-safe) session, I get a grey screen with the top left quarter white.
Adding:
Quote:
Driver "sis"
in the Device section of xorg.conf makes no difference. Adding
Quote:
Driver "vesa"
makes things worse and I drop into a grey screen immediately.

I have updated & upgraded the system &
Quote:
modprobe agpgart-sis
&
Quote:
modprobe agp-sis
both return "module not found".

Is it possible a driver is not being loaded? Or am I just suffering a resolution problem?

I noticed there is a specific open-source driver for my SiS card at http://www.winischhofer.eu/linuxsisvga.shtml but I would have to download & install this from the command-line and I am a newbie!

Any ideas?

Many thanks.
 
Old 04-02-2009, 12:25 PM   #7
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
modprobe sisfb

use sisfb instead of sis in xorg.conf if no error is reported

Post output of lsmod
 
Old 04-03-2009, 04:17 PM   #8
siabost
LQ Newbie
 
Registered: Feb 2009
Posts: 5

Original Poster
Rep: Reputation: 0
sisfb - module failed to load

Hi,

Quote:
modeprobe sisfb
did not return any error but when I entered:
Quote:
Driver "sisfb"
in Device Section of xorg.conf I get the warning:
Quote:
failed to load "sisfb" (module does not exist, 0)
BUT... when I tried modprobe sis-agp and didn't specify a driver in xorg.conf it worked & I got a desktop. Rebooted twice successfully.
***UPDATE - following day I'm back to no desktop! And repeating what I did above doesn't get me back to one! Very puzzled. (My laptop battery is pretty much useless - might that have something to do with it?)

When I did have a desktop I had no sound!

No sound applet is loaded in sys-tray but having checked alsamixer in terminal all the relevant channels seem to be unmuted and have plenty of level.

Running lshw in terminal gives:
Quote:
*-multimedia
description: Multimedia audio controller
product: AC'97 Sound Controller
vendor: Silicon Integrated Systems (SiS)
physical id: 2.7
bus info: pci@0000:00:02.7
version: a0
width: 32 bits
clock: 33Mhz
capabilities: bus_master cap_list
configuration: driver=Intel ICH latency=128 maxlatency=11 mingnt=52
The output of lsmod:
Quote:
pci_hotplug 31776 1 shpchp
i2c_core 25392 1 i2c_sis96x
pcspkr 4224 0
ext3 137480 2
jbd 49044 1 ext3
sg 36696 0
sr_mod 18084 0
cdrom 37152 1 sr_mod
sd_mod 31152 4
pata_acpi 8320 0
pata_sis 15364 3
ehci_hcd 37644 0
ohci_hcd 26512 0
sis900 24448 0
ata_generic 8452 0
mii 6400 1 sis900
usbcore 147372 3 ehci_hcd,pata_sis,ata_generic
scsi_mod 153196 4 sg,sr_mod,sd_mod,libata
thermal 16924 0
processor 37256 1 thermal
fan 5636 0
fuse 51604 1
That's all I can see now but before I briefly had the desktop working I saw an entry:
Quote:
agpgart sis_agp
But that's no longer in the list!

Thanks again

Last edited by siabost; 04-04-2009 at 06:08 AM. Reason: Got desktop but no sound ***now back to no desktop!
 
  


Reply

Tags
boot, desktop, freeze



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mv with progress bar gbowden Linux - General 28 08-14-2013 04:42 AM
cp progress bar edwardsiow Linux - General 26 09-04-2011 08:53 AM
cp with progress bar? Rotwang Linux - General 5 04-27-2005 07:49 PM
cp: progress bar chii-chan Linux - General 2 10-30-2003 06:30 PM
Progress Bar zael Programming 3 10-01-2003 12:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration