Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm still a Newbie. I have diligently been downloading all updates through Synaptic daily. Yesterday, there were many updates apparently having to do with drivers. Not sure exactly anymore to what those drivers were for.
After updates were complete, I rebooted and got a check-listing phenomenon, going by too quickly to really capture a good glimpse of what may or may not have been in 'error.' The circle going around the bull may or may not have appeared, I don't remember; it was late.
After a few repeated attempts at booting up, I entered at the final command prompt my username and password to see if it would 'take.' It did, but I did not know where to go from there.
Today that check-listing phenomenon does not show up, but the login command prompt nevertheless appears, after the circle going around the bull disappears. Again, I logged in successfully, but don't know where to go from there. I do know that to log out I should type 'exit'. That's all I am sure of.
Here's what is displayed:
PCLinuxOS release 2015 (PCLinuxOS) for i586
Kernel 3.15.9-pclos1 on a Dual-processor i686 / tty1
localhost login:
result ...
[username@localhost ~J$ --blinking cursor--
Note : I reinstalled late last year, PCLinuxOS 2014.12.
The kernel for 2014.12 is 3.18.1-pclos1
( Not related to your X issues.)
What to do : You can try ...
$ startx
# kdm
# gdm
$ start_kdeinit
$ start_kdeinit_wrapper
$ startmate
I.e. you may have KDE or Mate Desktop Environment, or both.
The commands should produce some errors to show in a new post here.
Or you may be lucky to start either KDE or Mate ?
Distribution: PCLinuxOS2023 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,486
Rep:
Testing : I installed the ~82 updates.
And could not boot, unless I used failsafe ("Safe Settings").
→ The text shows a failing nvidia module.
When a prompt appeared, I did # init 3
.. and logged in, when in run-level 3.
$ startx : No nvidia.
So I did # joe /etc/X11/xorg.conf
... and edited the driver from "nvidia" to "vesa".
The command that then worked was # gdm : I got "Mate Desktop".
Solution for the issues :
Hopefully an update with a fix, in a day or two.
"PCLinuxOS 2015" :
Note : I reinstalled late last year, PCLinuxOS 2014.12.
The kernel for 2014.12 is 3.18.1-pclos1
( Not related to your X issues.)
-
knudfl:
I, too, installed the PCLinuxOS 2014 last year, in early September (reformatted my hard drive also), after having had my full monty of Windows, using the downloaded OS which I placed into a flash drive. T'was a nifty experience; I had never done that before.
At this point, rather than try those commands now and doing something I may regret, I'll await further instruction after the 'fix' has been clearly identified. For the record, I am certain my laptop has Nvidia, and I'm fairly certain that it's the KDE desktop of PCLinuxOS that I am using.
Mine shows it is using the nvidia module and not the others.
Another trick you can try with grub (the boot loader)
append this string of text to the end of the grub command...
Code:
xconfig=vesa
this should get you to a gui using the vesa driver module, the resolution may be different, but at least you can use it.
the next thing I would do is to use the /etc/modprobe.d/blacklist file to stop any unwanted modules from being loaded.
for example...
/etc/modprobe.d/blacklist
Code:
# blacklisted modules for PCI coldplug
# see also /etc/modprobe.d/blacklist-compat
blacklist rivatv
blacklist bluetooth
# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac
# is loaded first it will grab the device. Then intel-agp doesn't work.
# Therefore we disable automatic loading of 82875p_edac. (Bug 213840)
# https://bugzilla.novell.com/show_bug.cgi?id=213840
blacklist i82875p_edac
# do not use "Boot Protocol" drivers, we prefer usbhid
# and they cause problems when loaded together with usbhid (#37726, #40861)
blacklist usbkbd
blacklist usbmouse
# disable PC speaker by default
# pcspkr is the standard driver, while snd-pcsp is the ALSA driver
blacklist pcspkr
blacklist snd-pcsp
blacklist nouveau
blacklist snd_hda_codec_hdmi #hda-nvidia-digital-stereo
#blacklist snd_hda_codec_realtek #hda onboard 5.1 surround
#blacklist snd_hda_intel
#blacklist snd_hda_codec
# Prevent conflicts with nvidiabl
blacklist nvidia_bl
blacklist nvbacklight
blacklist mbp_nvidia_bl
# End of entries added for nvidiabl
you need root priv to save this file.
see how you go.
Last edited by GlennsPref; 02-22-2015 at 06:30 PM.
Reason: spelling
Distribution: PCLinuxOS2023 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,486
Rep:
Success ... updated to dkms-nvidia-current-346.35-1pclos2015
← ref. #9 and other posts.
Success ! I updated to `dkms-nvidia-current-346.35-1pclos2015´.
The obstacle is gcc.
The nvidia files, etc. do not accept a gcc, different from the gcc used to build the kernel.
`kernel-3.18.1-pclos1-1-1pclos2014´ was built with gcc-4.7(.2).
→ So `dkms-nvidia-current´ must be updated before updating gcc to 4.9.2 .
The easy solution ( maybe ) :
Reinstall the OS, update dkms-nvidia-current only, in Synaptic. Update no other packages.
(dkms-nvidia-current will install one dependency : x11-driver-video-nvidia-current : is OK.)
Reboot, and the new nvidia module should be accepted.
My solution : # apt-get remove gcc-c++ ( gfortran etc. gcc<other>)
* gcc, gcc-cpp, libgcc cannot be removed !
# rpm -Uvh --force --nodeps \
libgcc1-4.7.2-3pclos2014.i586.rpm gcc-cpp-4.7.2-3pclos2014.i586.rpm gcc-4.7.2-3pclos2014.i586.rpm
* http://ftp.sjtu.edu.cn/sites/www.pcl.../RPMS.updates/
( *gcc*-4.7.2*.x86_64 : No packages was found.
Can be built from the gcc-4.7.2-3pclos2014.src.rpm source package.)
Distribution: PCLinuxOS2023 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,486
Rep:
P.S. : Got some 64bits gcc-4.7.2 →
gcc-4.7.2-2pclos2013.x86_64.rpm
gcc-cpp-4.7.2-2pclos2013.x86_64.rpm
libgcc1-4.7.2-2pclos2013.x86_64.rpm
... Made with 'rpmrebuild' on the 64bits PCLinuxOS 2013.
Success ! I updated to `dkms-nvidia-current-346.35-1pclos2015´.
The obstacle is gcc.
The nvidia files, etc. do not accept a gcc, different from the gcc used to build the kernel.
`kernel-3.18.1-pclos1-1-1pclos2014´ was built with gcc-4.7(.2).
→ So `dkms-nvidia-current´ must be updated before updating gcc to 4.9.2 .
The easy solution ( maybe ) :
Reinstall the OS, update dkms-nvidia-current only, in Synaptic. Update no other packages.
(dkms-nvidia-current will install one dependency : x11-driver-video-nvidia-current : is OK.)
Reboot, and the new nvidia module should be accepted.
My solution : # apt-get remove gcc-c++ ( gfortran etc. gcc<other>)
* gcc, gcc-cpp, libgcc cannot be removed !
# rpm -Uvh --force --nodeps \
libgcc1-4.7.2-3pclos2014.i586.rpm gcc-cpp-4.7.2-3pclos2014.i586.rpm gcc-4.7.2-3pclos2014.i586.rpm
* http://ftp.sjtu.edu.cn/sites/www.pcl.../RPMS.updates/
( *gcc*-4.7.2*.x86_64 : No packages was found.
Can be built from the gcc-4.7.2-3pclos2014.src.rpm source package.)
-
Quote:
Originally Posted by knudfl
P.S. : Got some 64bits gcc-4.7.2 →
gcc-4.7.2-2pclos2013.x86_64.rpm
gcc-cpp-4.7.2-2pclos2013.x86_64.rpm
libgcc1-4.7.2-2pclos2013.x86_64.rpm
... Made with 'rpmrebuild' on the 64bits PCLinuxOS 2013.
Well now! All dem purty-dern teknikee-lookin' karakters must mean ya hit paydurt!
Now ... iffin yer shur ya gots da healin' .... den ...
... for us newbies with hardly any experience with working with Linux, I must implore your indulgence.
1) I have files that are not backed up. I would prefer to copy the contents of the Documents, the Downloads, the Desktop, and the Picture folders into a flash drive.
Can you step-by-step lead me into copying all these files out of the computer before I proceed.
2) I would prefer not to have to reinstall the OS. I'd rather do your proposed fix, but, again, I am still very, very unpracticed at working with Linux on its rudimentary, technical level. Down the road, I'd prefer to create a new flashdrive live USB OS setup with the 2015 version, out from the standing OS, provided those archived setup files have been updated with the necessary update to ward off this gcc snafu.
Can you dilute and otherwise translate your fix into a step-by-step procedure that even a complete moron would be able to follow with success.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.