Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
09-06-2012, 12:12 AM
|
#16
|
|
Senior Member
Registered: Mar 2010
Location: Oakland,Ca
Distribution: DebianSqueeze, winsxp, wins7, Debian wheezy, LFS 7.2
Posts: 4,160
|
With all of the failed installs have you tried to clean the lens on dvd drive?
|
|
|
|
09-06-2012, 12:24 AM
|
#17
|
|
Senior Member
Registered: Jul 2011
Distribution: Slackware64-14.0, LFS-7.3, FreeBSD 9.1
Posts: 1,109
Rep: 
|
EDDY1, he's having the old modesetting issue with his graphics card.
|
|
|
|
09-06-2012, 01:42 AM
|
#18
|
|
LQ Newbie
Registered: Sep 2012
Posts: 11
Original Poster
Rep: 
|
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.
|
|
|
|
09-06-2012, 01:50 AM
|
#19
|
|
LQ Newbie
Registered: Sep 2012
Posts: 11
Original Poster
Rep: 
|
Quote:
Originally Posted by ReaperX7
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
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.
|
|
|
|
09-06-2012, 01:53 AM
|
#20
|
|
Senior Member
Registered: Mar 2010
Location: Oakland,Ca
Distribution: DebianSqueeze, winsxp, wins7, Debian wheezy, LFS 7.2
Posts: 4,160
|
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".
|
|
|
|
09-06-2012, 02:16 AM
|
#21
|
|
LQ Newbie
Registered: Sep 2012
Posts: 11
Original Poster
Rep: 
|
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?
|
|
|
|
09-06-2012, 02:56 AM
|
#22
|
|
Senior Member
Registered: Mar 2010
Location: Oakland,Ca
Distribution: DebianSqueeze, winsxp, wins7, Debian wheezy, LFS 7.2
Posts: 4,160
|
Quote:
Originally Posted by slack_newbie
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
|
|
|
|
09-06-2012, 08:30 AM
|
#23
|
|
Member
Registered: May 2011
Distribution: Slackware 13.37
Posts: 38
Rep:
|
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.
|
|
|
|
09-06-2012, 08:34 PM
|
#24
|
|
LQ Newbie
Registered: Sep 2012
Posts: 11
Original Poster
Rep: 
|
Quote:
Originally Posted by slacktroll
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
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
|
|
|
|
09-06-2012, 10:22 PM
|
#25
|
|
Member
Registered: May 2011
Distribution: Slackware 13.37
Posts: 38
Rep:
|
Hmm, what Slackware version are you using :-)
|
|
|
|
09-06-2012, 10:26 PM
|
#26
|
|
LQ Newbie
Registered: Sep 2012
Posts: 11
Original Poster
Rep: 
|
13.37
|
|
|
|
09-06-2012, 10:26 PM
|
#27
|
|
Senior Member
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Rep: 
|
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.
|
09-06-2012, 10:37 PM
|
#28
|
|
Member
Registered: May 2011
Distribution: Slackware 13.37
Posts: 38
Rep:
|
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.
|
09-06-2012, 11:08 PM
|
#29
|
|
LQ Newbie
Registered: Sep 2012
Posts: 11
Original Poster
Rep: 
|
should it matter if i boot from lilo or the install disc?
btw, thanks for all the help
|
|
|
|
09-06-2012, 11:15 PM
|
#30
|
|
Senior Member
Registered: Jul 2011
Distribution: Slackware64-14.0, LFS-7.3, FreeBSD 9.1
Posts: 1,109
Rep: 
|
Use the install disk for now to be safe. After you get nouveau removed then try LILO.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:53 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|