-current upgrade to 5.4.1, cannot connect to internet and no keyboard/mouse in X
SlackwareThis 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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I checked those and both were caused by not running
Code:
slackpkg install-new
which I did do.
My most recent update/install-new/upgrade-all upgraded my desktop to 5.4.1. I was looking forward to using it, however when I booted my computer I saw several error messages of the form:
Code:
[ 4.775853] udevd[699]: ctx=0x16d6d00 path=/lib/modules/5.4.1/kernel/drivers/usb/host/ohci-hcd.ko error=No such file or directory
I had never seen these messages before so I attempted to redo the updates, thinking maybe something didn't install right. Unfortunately when I attempted to run the slackpkg commands I found that my network wasn't working.
Running ifconfig showed only lo, and not eth0. My desktop does not have a wireless adapter, so I didn't expect to see it. I also went to /etc/rc.d/ and checked that rc.inet1 was set to executable. I finally ran netconfig to see if NetworkManager could auto fix it.
I found the second issue when I attempted to startx to check if NetworkManager was working. My cursor was in the middle of the screen and my keyboard and mouse were non-responsive. I couldn't get back to TTY without a hard reboot. I attempted using X with multiple installed Desktop Environments and Window Managers to see if it was just one.
I'm posting this from my laptop since my desktop is mostly unusable. I'm a college student with somewhat limited time, is this something that can be fixed or would my time be better used if I just backup my files and reinstall?
Edit: I did run lilo to update the bootloader
Last edited by oddius_oddone; 12-01-2019 at 04:56 PM.
Most likely the OP do not ran yet LILO to update the bootloader, and probably he uses the huge kernel, then he still uses the previous installed kernel with no modules.
Most likely the OP do not ran yet LILO to update the bootloader, and probably he uses the huge kernel, then he still uses the previous installed kernel with no modules.
I did run /sbin/lilo. Although I am running the generic huge kernel. I will edit my post to reflect that!
Last edited by oddius_oddone; 12-01-2019 at 04:58 PM.
Further, you may want to consider other packages with upgrading issues.
And for the future, I recommend you to make a Slackware system on a small USB hard drive, because it is very useful on debugging a failed installation.
That's what I do, with a spare 80GB hard drive from an old laptop, mounted in a cheap USB enclosure and where I have a full installation of slackware-current and a mirror of slackware-current, of course.
It is very handy, but there's a little trick: to use in fstab, lilo.conf and initrd generation instead of absolute devices like /dev/sdd2 instead their UUIDs. This way, the partitions setup from the USB hard drive survive to the movement on whatever computer.
Last edited by ZhaoLin1457; 12-01-2019 at 06:12 PM.
Further, you may want to consider other packages with upgrading issues.
And for the future, I recommend you to make a Slackware system on a small USB hard drive, because it is very useful on debugging a failed installation.
That's what I do, with a spare 80GB hard drive from an old laptop, mounted in a cheap USB enclosure and where I have a full installation of slackware-current and a mirror of slackware-current, of course. It is very handy.
Thank you, I'm gonna reinstall. I have everything set up so it shouldn't take me too long to reinstall, I guess this is a learning experience.
Had the same problem. Ran lilo (and lilo -v) before the reboot but 1)had not create a new initrd 2)had left the (previous) generic as default option in lilo. To solve this, i "chrooted", comment in lilo.conf the line that sets the default option run lilo and lilo -v and reboot.
(afterwards i create the new initrd etc etc)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.