Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Non-usable system

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
User avatar
cableties
Posts: 22
Joined: 2012-02-06 08:02
Location: Tucson, AZ

Non-usable system

#1 Post by cableties »

I have installed Debian 6.0.3 on a MacBook Pro (5,2).

Upon boot I have an unresponsive system. I get the following printout on the screen
[0.781858] i8042.c: No controller found.
Loading, please wait...
[1.028176] ssb: ERROR: PLL init unknown for device 4322
[1.028326] ssb: ERROR PMU resource config unknown for device 4322
INIT: version 2.88 booting
Using makefile-style concurrent boot in runlevel S.
Starting the hotplug events dispatcher udevd.
Synthesizing the initial hotplud events...done.
Waiting for /dev to be fully populated.. [4.668190] b43-phy0 ERROR: FOUND
SUPPORTED PNY (analog 8, Type 4, Revision 4)
[5.342924] Error: Driver 'pcspkr' is already registered, aborting...
[7.284197] [drm[ nouvea 0000:02:00.0 PRAMIN flush timeout
_
http://www2.engr.arizona.edu/~weaverg/i ... -small.JPG

After which I cannot interact with the system. This print out is static.
How can I repair the system to make it functional?

secipolla
Posts: 1127
Joined: 2010-06-21 14:20

Re: Non-usable system

#2 Post by secipolla »

The last line (nouveau) is the kernel video driver for NVIDIA and it seems it's not working.
The pcspkr error is harmless and I don't know about those ssb errors.

Anyway, you could try disabling the nouveau driver at boot (hit e at the selected boot line in GRUB then add nouveau.modeset=0 to the end of the linux line and then hit F10 to boot).
If it works you won't have the graphical desktop but at least will have the console and I suppose you would have to either create an xorg.conf file for the vesa driver or install NVIDIA's proprietary driver. For the latter, the easiest way I know is with:

Code: Select all

cd /usr/local/bin && wget -O sgfxi smxi.org/sgfxi && chmod +x sgfxi && sgfxi

User avatar
cableties
Posts: 22
Joined: 2012-02-06 08:02
Location: Tucson, AZ

Re: Non-usable system

#3 Post by cableties »

I tried the nouveau.modeset=0 trick and it booted up successfully: once.
After trying to start up again: I got the same errors as before.
The change I made to GRUB wasn't permanent so I had to write nouveau.modeset=0 again.
After rebooting again, all that was displayed on the screen was:
[5.079449] Not Responding
What should I do to fix this?

User avatar
makh
Posts: 651
Joined: 2011-10-09 09:16

Re: Non-usable system

#4 Post by makh »

It might help, try to find the debian specially retroftitted to setup a mac.
ThinkPad E14: Arch, Debian Stable
GUI: Xfce

For new: Try MX Linux, Linux Mint; later join Debian Stable

secipolla
Posts: 1127
Joined: 2010-06-21 14:20

Re: Non-usable system

#5 Post by secipolla »

For the GRUB issue, in case you boot successfully again, edit /etc/default/grub with:

Code: Select all

GRUB_CMDLINE_LINUX="nomodeset nouveau.modeset=0"
Then run

Code: Select all

# update-grub

wretched_dutchman
Posts: 1
Joined: 2012-10-06 07:40

Re: Non-usable system

#6 Post by wretched_dutchman »

Might be a bit late, but it might help some future visitors.
It's not necesarry to disable the nouveau driver entirely. You can just disable the 3d-acceleration via nouveau by adding nouveau.noaccel=1 instead of nouveau.modeset=0. This way you can still use X, but you'll get 3d acceleration over llvmpipe.

User avatar
cableties
Posts: 22
Joined: 2012-02-06 08:02
Location: Tucson, AZ

Re: Non-usable system

#7 Post by cableties »

Thank you all for the replies, I installed Ubuntu onto my laptop. So I guess I kind of did install a version of Debian specially retrofitted to setup a mac.

Post Reply