LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Re booting Mandrake 9.1 (https://www.linuxquestions.org/questions/linux-software-2/re-booting-mandrake-9-1-a-115050/)

Maurice Arthur 11-11-2003 09:29 PM

Re booting Mandrake 9.1
 
Hi
Have discovered on starting up Mandrake 9.1 that it stops at line Doing alsactl to restore mixer settings
Have left this message on screen for some time but nothing further happens
Reset reboot from CD and have gone though three or four complete reinstall upgrades from CD. End result the same NO KDE boot up to desktop.
Any suggestions as to how I can get linux to reboot
System has been working fine and have address book ,emails and favorites websites all configured in active Mandrake 9.1
Maurice

/bin/bash 11-12-2003 09:29 AM

You need to turn off alsa or alsasound untill you can fix it. To turn it off boot using linux single at the lilo boot prompt.

Then try this:
/sbin/chkconfig --list
Look for alsasound or maybe just alsa and do this:
/sbin/chkconfig --level 12345 alsasound off
or
/sbin/chkconfig --level 12345 alsa off

Then /sbin/init 3 or 5 should let you complete the bootup.

Maurice Arthur 11-12-2003 06:31 PM

Turn off alsa
 
Thanks /bin/bash
for information. One problem .How can I turn off ALSA when I am unable to proceed further in Mandrake 9.1 upgrade.
I will try the single command when the system halts at the line.
Doing asctl to restore mixer settings
Maurice

/bin/bash 11-12-2003 06:56 PM

At the lilo prompt, or if you get a lilo menu just hit <Esc> to get the lilo prompt, type linux single. That should boot you into a single user shell. From there you can disable alsa using the /sbin/chkconfig command.

If you can't get to a prompt using linux single then try booting Mandrake CD#1 and at prompt hit <F1> then type rescue. After booting into rescue tell it to mount your partitions under /mnt then go to console and type chroot /mnt and the chkconfig commands.

Maurice Arthur 11-12-2003 07:06 PM

Delete ALSA
 
Still unable to pass bootup line.Doing alscl to restore mixer settings
Can press retart button and boot to Windows
Grub is my normal menue program.
Am waiting for Mandarke 9.2 Cds to arrive to install upgrade and see if the linux system will reboot.
Unable to reach a terminel to command level.
My sound card is on motherboard and is located in Summary.
Your card currently use the ALSA "snd-via 82xx drivers
default driver for your card sndvi8 82xx
The above information may be of some use to solve my bootup install problem
Maurice

Maurice Arthur 11-12-2003 07:39 PM

Delet ALsa
 
Hi /bin/bash
Booted Mandrtake Cd#1 Rescure ,mount pattitions under/mnt go to console
type in chroot/mnt Bash: No such file or directory. type chconfig : Command not found.
Type fackshutdown and system shuts down.
Thanks for information regarding Rescue ,There is hope yet of a bootup to KDE desktop. Await further instructions
Maurice

/bin/bash 11-12-2003 07:56 PM

That should be:
chroot /mnt
and
/sbin/chkconfig --level 12345 alsa off
exit

Maurice Arthur 11-13-2003 12:58 AM

Mandrake bootup
 
Hi Bin/Bash
Good news making progress with KDE.
Used I to enter interactive startup.
By removing ALSA the system does reboot.
No sound ,Volume control.
Modules .conf has errors and found my USB printer stopt working
Can use email now in KDE.
Now I need Sound and Printer to work once again
Maurice

/bin/bash 11-13-2003 01:45 AM

Glad to hear that it is booting. When you say modules.conf has errors errors is this related to alsa.

What type of sound card do you have?
What are the /etc/modules.conf lines for the sound card?
If you type lsmod |grep snd does it show your module as loaded
If your sound modules are loaded try running alsamixer and setting the sound levels for master and PCM.

Try running alsactl --debug store and see if you get any info.

Note if it locks up at this state you should be able to switch to another login terminal by pressing <Ctrl>+<Alt>+<F2> then killall -9 alsactl should kill the process or run ps and then kill <PID> where pid is the processID of alsactl.

Maurice Arthur 11-13-2003 06:32 PM

Mandrake bootup
 
Hi /bin/bash
probeall scsi_hostadapter ide-scsi
probeall usb-interface usb-uhci
above snd-via82xx snd-pcm-oss
alias sound-slot-0 snd-via82x
This my /etc/modules.conf after I had deleted a line of code printed above .conf
Where that line of code came from I do not Know but that was preventing the linux system bootup. Easy when you know how.
My Onboard Audio is VT8363
Volume Icon has tobe unmuted and Aumix set sound levels so do have audio playing plus my Printer is also working.
Aumix File save does not seem to save and I note that Mute all is always tickt.
Thank you for all your help much appreciated
Maurice


All times are GMT -5. The time now is 05:53 PM.