Автор: yurchor
« : 2009-08-31 11:54:18 »Думав, що можливо помилково зібраний пакунок. Видалив його, скомпілював і установив модулі з вихідних кодів і отримав таке ж зависання...
Далі спробува ще цю ж процедуру на Ubuntu 9.04 і теж аналогічне зависання.
Що робити далі вже не розумію...
Цитата
A failure will include lines like:
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S1 S2 S3
Sorry, no modem was detected!
In this case there are a few Remedies to try.
R1) edit your grub or lilo parameter to the kernel with the option "pci=noacpi"
For example in a Ubuntu system, gedit can be used to modify the file /boot/grub/menu.lst
with command:
sudo gedit /boot/grub/menu.lst
The middle of menu.lst includes sections correponding to each bootup choice like:
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
Make a copy of this section, and edit to:
title Ubuntu 7.10, kernel 2.6.22-14-generic without acpi
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic ro quiet splash pci=noacpi
initrd /boot/initrd.img-2.6.22-14-generic
quiet
Save the edit
Restart the computer.
Among the bootup options, make the new choice:
Ubuntu 7.10, kernel 2.6.22-14-generic without acpi
Test for modem detection, through steps 1,2 and 3
Go to the dialout test if successful.
R2) If not, try to disable the sound in the bootup BIOS.
R2a) Note a success can sometimes be achieved by moving the modem card to other PCI slot. But this option is not available on laptops.
See success report: http://linmodems.technion.ac.il/bigarch/archive-eighth/msg00304.html
Follow prior steps 1,2 and 3 for testing, retaining the bootup acpi=off parameter.