LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-06-2012, 12:12 AM   #16
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649

With all of the failed installs have you tried to clean the lens on dvd drive?
 
Old 09-06-2012, 12:24 AM   #17
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
EDDY1, he's having the old modesetting issue with his graphics card.
 
Old 09-06-2012, 01:42 AM   #18
slack_newbie
LQ Newbie
 
Registered: Sep 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
I looks like nouveau caused a kernel oops. This just happened on one of my boxes that I cobbled together and added the new (cheap) nVidia 610 card to.

I was able to load slackware current 32bit (RC3) just fine, but the box would not boot. I got a kernel oops after the nouveau kernel driver attepted to load. I solved the problem by passing the nomodeset flag at the lilo prompt. At the lilo boot screen hit TAB and enter

Code:

Linux 3 nomodeset
Tried this. Didn't get an explicit error message this time, but was instead left on a screen of white text that ends in this:

[ 9.294469] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean.
[ 9.294469] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 9.294469] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
[ 9.294469] clean.

Then nothing. I can type stuff in, but I can't get the computer to respond to it/log into root.

Last edited by slack_newbie; 09-06-2012 at 01:56 AM.
 
Old 09-06-2012, 01:50 AM   #19
slack_newbie
LQ Newbie
 
Registered: Sep 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ReaperX7 View Post
If you can, get the Install Media to boot the system as such:
Code:
huge.s /dev/sda# noinitrd= ro
Replace # with whatever partition your main install is located at.

Once the system is loaded rerun liloconfig and where it asks for Kernel Parameters type in
Code:
nomodeset
to the linespace without the " marks and finish it out.

I would recommend the Nvidia proprietary driver for your needs however to remedy this issue.
Used this code to boot from disc

Code:
huge.s root=/dev/sda2 noinitrd= ro
and encountered the "unable to handle kernel NULL pointer dereference at 000002bc" error again.

Tried

Code:
huge.s root=/dev/sda2 noinitrd= ro nomodeset
and encountered hangup described in previous post, except this time it ended with

[drm] Initialized drm 1.1.0 20060810

after the pcmcia_socket stuff.

Weird, IIRC this is the same place it got stuck with knoppix when I tried to run it with no additional parameters (it said something about initializing [drm] and got hung up).

Last edited by slack_newbie; 09-06-2012 at 01:55 AM.
 
Old 09-06-2012, 01:53 AM   #20
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Live USB is a no go, because as far as I can tell my laptop doesn't allow you to boot to removable devices. In the BIOS list of bootable devices, it's not listed as an option.
Usb is in hdd you have to expand it, as it isn't under removeable devices. Also unetbootin has different options for booting "safegraphics etc".
 
Old 09-06-2012, 02:16 AM   #21
slack_newbie
LQ Newbie
 
Registered: Sep 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
I expanded HDD and the only thing listed under it is "IC25N040ATMR04-0-(PM)", which I believe is my hard drive. Does the flash drive have to be formatted a certain way to be visible in this list?
 
Old 09-06-2012, 02:56 AM   #22
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by slack_newbie View Post
I expanded HDD and the only thing listed under it is "IC25N040ATMR04-0-(PM)", which I believe is my hard drive. Does the flash drive have to be formatted a certain way to be visible in this list?
Unetbootin will take care of that
 
Old 09-06-2012, 08:30 AM   #23
slacktroll
Member
 
Registered: May 2011
Distribution: Slackware64/current
Posts: 175

Rep: Reputation: 44
it really ssems like the drm/noeveua is bugged with your hardware - the previous reports saying that you should disable modesettings might not be enough. however the installation of slackware works - which really means this as it worked to install.

Put the slackware cd in the driver, startup the installer. instead of starting the setup program for slackware do this:

mkdir /hello
mount /dev/sda1 /hello
echo blacklist nouveau > /hello/lib/modprobe.d/nouveau.conf

hope this will work. X will work with the vesa driver. If you need 3d accelerated, you can use the propeterian nvidia.org driver.

obviously, reboot! :P

And unetbooti is really not worth it!

Last edited by slacktroll; 09-06-2012 at 08:42 AM. Reason: a big mess.
 
Old 09-06-2012, 08:34 PM   #24
slack_newbie
LQ Newbie
 
Registered: Sep 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by slacktroll View Post
it really ssems like the drm/noeveua is bugged with your hardware - the previous reports saying that you should disable modesettings might not be enough. however the installation of slackware works - which really means this as it worked to install.

Put the slackware cd in the driver, startup the installer. instead of starting the setup program for slackware do this:

mkdir /hello
mount /dev/sda1 /hello
echo blacklist nouveau > /hello/lib/modprobe.d/nouveau.conf

hope this will work. X will work with the vesa driver. If you need 3d accelerated, you can use the propeterian nvidia.org driver.

obviously, reboot! :P

And unetbooti is really not worth it!
Typed in
Code:
mkdir /hello
and
Code:
mount /dev/sda2 /hello
with no problem.

Got to the third line but it returned an error message

Code:
-/bin/sh: can't create /hello/lib/modprobe.d/nouveau.conf: nonexistent directory
 
Old 09-06-2012, 10:22 PM   #25
slacktroll
Member
 
Registered: May 2011
Distribution: Slackware64/current
Posts: 175

Rep: Reputation: 44
Hmm, what Slackware version are you using :-)
 
Old 09-06-2012, 10:26 PM   #26
slack_newbie
LQ Newbie
 
Registered: Sep 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
13.37
 
Old 09-06-2012, 10:26 PM   #27
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
To see if it is the nouveaou driver you can just unistall it. Basically do what you've done by booting with the install disk, mount your drive like you had, then chroot into the installed system. Remove the package.
Code:
chroot /hello
removepkg /var/log/packages/xf86-video-nouveau#hit tab to complete the driver name which I don't have access to your version number#
exit
Reboot the computer. You'll see that I don't know the actual installed version of the driver you have installed, but by hitting the tab key after you have the first part typed out it will complete the rest of the package name. I do not remember enough about the kernel mode setting issue to know if you will still need to pass those options at boot or if it is only in cases where the nouveau driver is installed, so you might try to just boot it up and if it fails then pass the options that people have already given you on the next reboot.

Last edited by damgar; 09-06-2012 at 10:27 PM.
 
1 members found this post helpful.
Old 09-06-2012, 10:37 PM   #28
slacktroll
Member
 
Registered: May 2011
Distribution: Slackware64/current
Posts: 175

Rep: Reputation: 44
Ok! For clarification, 13.37 uses /etc/modprobe.d not /lib/modprobe.d, see bellow!
Do as before. put installation cd in drive; start installation as mentioned before and don't start setup program!

edit i looked at my 13.37 machine and found this:

modinfo /lib/modules/2.6.37.6/kernel/drivers/gpu/drm/nouveau/nouveau.ko
filename: /lib/modules/2.6.37.6/kernel/drivers/gpu/drm/nouveau/nouveau.ko
license: GPL and additional rights
description: nVidia Riva/TNT/GeForce
author: Stephane Marchesin
alias: pci:v000012D2d*sv*sd*bc03sc*i*
alias: pci:v000010DEd*sv*sd*bc03sc*i*
depends: drm,drm_kms_helper,ttm,i2c-core,button,video,i2c-algo-bit
--- START HERE DONT WRITE THINGS ABOVE--

mkdir /hello
mount /dev/sda2 /hello
echo blacklist nouveau >> /hello/etc/modprobe.d/blacklist.conf
echo blacklist drm >> /hello/etc/modprobe.d/blacklist.conf
echo blacklist drm_kms_helper >> /hello/etc/modprobe.d/blacklist.conf
echo blacklist ttm >> /hello/etc/modprobe.d/blacklist.conf
echo blacklist i2c-core >> /hello/etc/modprobe.d/blacklist.conf
echo blacklist button >> /hello/etc/modprobe.d/blacklist.conf
echo blacklist video >> /hello/etc/modprobe.d/blacklist.conf
echo blacklist i2c-algo-bit >> /hello/etc/modprobe.d/blacklist.conf


That should make sure no stupid things are loaded at boot!
cd /hello
chroot .
removepkg /var/log/packages/xf86-video-nouveau-*

[obviously deletes the stupid xorg driver]

Note! X might not start at all, but it should do with the preconfigured vesa driver. It did for me when i did'nt load any modules in 13.37. Hope this really works!

IF IT DID NOT WORK TRY TO EDIT /hello/etc/modprobe.d/blacklist.conf
and remove the line with blacklist video if it did'nt work.

Regards

Last edited by slacktroll; 09-06-2012 at 10:55 PM. Reason: Looked through slack 13.37 deeply and found what nouvea depend on.added _NOT_
 
1 members found this post helpful.
Old 09-06-2012, 11:08 PM   #29
slack_newbie
LQ Newbie
 
Registered: Sep 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
should it matter if i boot from lilo or the install disc?

btw, thanks for all the help
 
Old 09-06-2012, 11:15 PM   #30
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Use the install disk for now to be safe. After you get nouveau removed then try LILO.
 
  


Reply



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
Best rolling distros geared towards noobs-novice? DTW Linux - General 17 03-24-2011 03:01 AM
Hardware compatible with one or more linux distros. Will it work on all other distros necromancer44 Linux - Hardware 2 06-07-2010 06:28 PM
No distros seem to work on my computer..please help. gejr Linux - Distributions 9 03-21-2007 09:38 AM
Two Linux distros on the same computer Gins Linux - General 3 11-02-2005 04:39 PM
An HP computer won't boot most linux distros dracolich Linux - General 3 10-23-2005 03:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:52 PM.

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