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 07-07-2020, 02:14 PM   #316
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589

Quote:
cqhci
this driver may have been the issue, it wasn't in the mkinitrds that was used earlier.
 
Old 07-07-2020, 02:18 PM   #317
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,783

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
Quote:
Originally Posted by colorpurple21859 View Post
this driver may have been the issue, it wasn't in the mkinitrds that was used earlier.
That was already in post #310 and then it did not boot.

Maybe uas or intel_xhci_usb_role_switch. Or the 10 secs wait.

Last edited by Petri Kaukasoina; 07-07-2020 at 02:27 PM.
 
Old 07-07-2020, 02:28 PM   #318
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
It did boot.
 
Old 07-07-2020, 02:30 PM   #319
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
let me rephrase, that cqhci driver wasn't included until slackware64-current was installed.
neither was the intel_xhci_usb_role_switch driver. My guess it was those two missing drivers causing the issue originally.

Last edited by colorpurple21859; 07-07-2020 at 08:37 PM.
 
Old 07-07-2020, 02:39 PM   #320
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,783

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
So what we learn from this? The installer could access the MMC disk both in 14.2 and current. I think it's because udevd in the installer was able to automatically load all the necessary modules. But udevd could not do the same in the installed system, because the modules were not there in the initrd image, because mkinitrd_command_generator.sh did not list them. The answer would be to automatically copy all those modules into the /boot/initrd-tree/lib/modules which are listed in the lsmod output in the installer. Those need not be modprobed manually in /boot/initrd-tree/load_kernel_modules, I guess, though, but udevd would load them if needed.

Last edited by Petri Kaukasoina; 07-07-2020 at 02:43 PM.
 
Old 07-07-2020, 03:38 PM   #321
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
Maybe it could work in 14.2, too.
No it won't work on a standard install, did a check in a vm neither one of those drivers are in the 14.2 kernels.

Last edited by colorpurple21859; 07-07-2020 at 03:41 PM.
 
Old 07-07-2020, 03:39 PM   #322
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Well, the only thing that's lacking is giving you both a lot of thanks. At last I have slackware on my laptop. I bought another one, an HP, with slackware on it and mechanical hard disk. I bought it because I was unhappy with only 32G in the "hard disk" (it has a 1TB hard disk). But it has numerical keypad which makes it bulky (too wide). Instead this Acer not only is less wide having no numerical keypad (which I never use) but the keyboard is American. The HP has a Spanish keyboard with a lot of keys. For instance the slash is above the 7 (seven). The most widely used key in the most uncomfortable position! And it has a powerful loudspeaker, so the bell character is clearly heard.

I'll never be able to thank you enough, guys. Good bye and best wishes.
 
Old 07-07-2020, 03:44 PM   #323
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Code:
Filesystem      Size  Used Avail Use% Mounted on
tmpfs            32M  1.3M   31M   5% /run
devtmpfs        947M     0  947M   0% /dev
/dev/mmcblk0p2   14G  6.6G  6.2G  52% /
tmpfs           955M   45M  910M   5% /dev/shm
cgroup_root     8.0M     0  8.0M   0% /sys/fs/cgroup
none            100M   12K  100M   1% /run/user/1000
/dev/sda2        14G  2.6G   12G  18% /backup_almacen
/dev/mmcblk0p1   15G  4.9G  9.1G  36% /debian
none            100M     0  100M   0% /run/user/0
root@darkstar:/usr/local/bin#
6.2G available is not so bad!
 
Old 07-07-2020, 05:48 PM   #324
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Quote:
Originally Posted by colorpurple21859 View Post
No it won't work on a standard install, did a check in a vm neither one of those drivers are in the 14.2 kernels.
You are sure it can't be done with 14.2? Once I know what the drivers are, why not make an initrd.gz that contains them and boot with the generic, as I am presently doing?
 
Old 07-07-2020, 07:22 PM   #325
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
With 14.2
Code:
modprobe cqhci
will give
Code:
fatal cqhci module not found ...
, same for the other module.
If you look in /usr/src/linux/drivers/mmc/host there is a cqhci file in -current but not in 14.2.

Last edited by colorpurple21859; 07-07-2020 at 07:57 PM.
 
1 members found this post helpful.
Old 07-07-2020, 08:13 PM   #326
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
But my initrd.gz contains the cqhci driver, isn't it? However during boot modprobe is run? Why?
 
Old 07-07-2020, 08:29 PM   #327
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
That is because you have slackware64-current install, not 14.2
 
Old 07-07-2020, 08:31 PM   #328
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Quote:
Originally Posted by stf92 View Post
But my initrd.gz contains the cqhci driver, isn't it? However during boot modprobe is run? Why?
I mean booting 14.2.
 
Old 07-07-2020, 08:41 PM   #329
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I run alsamixer and it only has the master control. I move it to 100%. Now I play a movie with mplayer. And there is no sound! How could I begin to solve this problem? Perhaps this should go in a new thread?

EDIT: perhaps the other controls are muted. If I could make alsamixer to display them I could know. Why does alsamixer show the master control only?

Last edited by stf92; 07-08-2020 at 07:49 AM.
 
Old 07-07-2020, 08:42 PM   #330
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
I mean booting 14.2
In what post?
 
  


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
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM
Linux boot loader entry in Windows boot loader abhikohokade Linux - Newbie 6 02-22-2013 06:12 AM
I want to remove ubuntu boot loader and use windows boot loader RUshabh55 Linux - Newbie 9 11-29-2009 07:01 PM
How to change from grub boot loader to lilo boot loader linuxjamil Linux - Software 1 05-27-2008 01:47 PM

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

All times are GMT -5. The time now is 11:20 AM.

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