ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] [JT] ACPI & USB + HotPlug = Not Work
@ 2004-11-22  7:19 vserge
  2004-11-22 15:58 ` Anton Farygin
  0 siblings, 1 reply; 6+ messages in thread
From: vserge @ 2004-11-22  7:19 UTC (permalink / raw)
  To: sisyphus

Доброго времени суток

Хочу уточнить у общественности, у меня одного проблемы с
авто-подключением USB устройств и загрузкой модулей ACPI

Текущее состояние рабочей машины (Compaq Evo N800v )
$ uname -a
Linux pokemon 2.6.6-wks26-up-alt2 #1 Fri May 21 17:13:19 MSD 2004 i686
unknown unknown GNU/Linux

$ cat /etc/altlinux-release 
ALT Linux Sisyphus (20041115)

$ rpm -qa | grep hotplug
hotplug-2004_03_29-alt12
hotplug-gtk-2002_08_26-alt5


Сейчас мне приходится грузить через /etc/modules следующие модули:

# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.

#scsi_hostadapter
ac
battery
#button
fan
processor
thermal
psmouse
cpufreq_powersave
cpufreq_userspace
freq_table
proc_intf
ehci-hcd
ohci-hcd
uhci-hcd

Иначе не работают соответствующие функции.

Отсюда вопрос:
Кто должен грузить эти модули автоматом?
Почему acpiscan находит только вот это:

Recommended driver     ID Description
------------------     -- -----------
button                 PWRF   Power Button


-- 
А у нас бывает ситуация, когда не установлен ни один почтовый клиент?
;-))		-- rider in devel@



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] [JT] ACPI & USB + HotPlug = Not Work
  2004-11-22  7:19 [sisyphus] [JT] ACPI & USB + HotPlug = Not Work vserge
@ 2004-11-22 15:58 ` Anton Farygin
  2004-11-22 20:59   ` Re[2]: " Volkov Serge
  2004-11-23  7:14   ` vserge
  0 siblings, 2 replies; 6+ messages in thread
From: Anton Farygin @ 2004-11-22 15:58 UTC (permalink / raw)
  To: vserge, ALT Linux Sisyphus discussion list

vserge wrote:
> Доброго времени суток
> 
> Хочу уточнить у общественности, у меня одного проблемы с
> авто-подключением USB устройств и загрузкой модулей ACPI
> 
> Текущее состояние рабочей машины (Compaq Evo N800v )
> $ uname -a
> Linux pokemon 2.6.6-wks26-up-alt2 #1 Fri May 21 17:13:19 MSD 2004 i686
> unknown unknown GNU/Linux
> 
> $ cat /etc/altlinux-release 
> ALT Linux Sisyphus (20041115)
> 
> $ rpm -qa | grep hotplug
> hotplug-2004_03_29-alt12
> hotplug-gtk-2002_08_26-alt5

А libhw какой версии ?

> 
> 
> Сейчас мне приходится грузить через /etc/modules следующие модули:
> 
> # cat /etc/modules
> # /etc/modules: kernel modules to load at boot time.
> #
> # This file should contain the names of kernel modules that are
> # to be loaded at boot time, one per line.  Comments begin with
> # a `#', and everything on the line after them are ignored.
> 
> #scsi_hostadapter
> ac
> battery
> #button
> fan
> processor
> thermal
> psmouse
> cpufreq_powersave
> cpufreq_userspace
> freq_table
> proc_intf
> ehci-hcd
> ohci-hcd
> uhci-hcd
> 
> Иначе не работают соответствующие функции.

Я не вижу здесь модуля для процессора. он грузится ? Что говорит cpuscan 
-v ?

> 
> Отсюда вопрос:
> Кто должен грузить эти модули автоматом?

hotplug с помощью libhw.

> Почему acpiscan находит только вот это:
> 
> Recommended driver     ID Description
> ------------------     -- -----------
> button                 PWRF   Power Button
> 
> 

Вещайте в bugzilla.

Дополнительно в к ошибке нужно добавить вывод acpiscan -p

Rgds,
Rider



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re[2]: [sisyphus] [JT] ACPI & USB + HotPlug = Not Work
  2004-11-22 15:58 ` Anton Farygin
@ 2004-11-22 20:59   ` Volkov Serge
  2004-11-24  7:50     ` Anton Farygin
  2004-11-23  7:14   ` vserge
  1 sibling, 1 reply; 6+ messages in thread
From: Volkov Serge @ 2004-11-22 20:59 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Hello Anton,

Monday, November 22, 2004, 6:58:41 PM, you wrote:

AF> vserge wrote:
>> Доброго времени суток
>> 
>> Хочу уточнить у общественности, у меня одного проблемы с
>> авто-подключением USB устройств и загрузкой модулей ACPI
>> 
>> Текущее состояние рабочей машины (Compaq Evo N800v )
>> $ uname -a
>> Linux pokemon 2.6.6-wks26-up-alt2 #1 Fri May 21 17:13:19 MSD 2004 i686
>> unknown unknown GNU/Linux
>> 
>> $ cat /etc/altlinux-release 
>> ALT Linux Sisyphus (20041115)
>> 
>> $ rpm -qa | grep hotplug
>> hotplug-2004_03_29-alt12
>> hotplug-gtk-2002_08_26-alt5

AF> А libhw какой версии ?
версия libhw-0.2.1-alt1

[skip]
завтра пришлю

-- 
Best regards,
 Volkov                            mailto:vserge@altlinux.ru



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] [JT] ACPI & USB + HotPlug = Not Work
  2004-11-22 15:58 ` Anton Farygin
  2004-11-22 20:59   ` Re[2]: " Volkov Serge
@ 2004-11-23  7:14   ` vserge
  2004-11-24  7:54     ` Anton Farygin
  1 sibling, 1 reply; 6+ messages in thread
From: vserge @ 2004-11-23  7:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Mon, 22 Nov 2004 18:58:41 +0300
Anton Farygin <rider@altlinux.com> wrote:

> vserge wrote:
> > Доброго времени суток
> > 
> > Хочу уточнить у общественности, у меня одного проблемы с
> > авто-подключением USB устройств и загрузкой модулей ACPI
> > 
> > Текущее состояние рабочей машины (Compaq Evo N800v )
> > $ uname -a
> > Linux pokemon 2.6.6-wks26-up-alt2 #1 Fri May 21 17:13:19 MSD 2004
> > i686 unknown unknown GNU/Linux
> > 
> > $ cat /etc/altlinux-release 
> > ALT Linux Sisyphus (20041115)
> > 
> > $ rpm -qa | grep hotplug
> > hotplug-2004_03_29-alt12
> > hotplug-gtk-2002_08_26-alt5
> 
> А libhw какой версии ?
> 
> > 
> > 
> > Сейчас мне приходится грузить через /etc/modules следующие модули:
> > 
> > # cat /etc/modules
> > # /etc/modules: kernel modules to load at boot time.
> > #
> > # This file should contain the names of kernel modules that are
> > # to be loaded at boot time, one per line.  Comments begin with
> > # a `#', and everything on the line after them are ignored.
> > 
> > #scsi_hostadapter
> > ac
> > battery
> > #button
> > fan
> > processor
> > thermal
> > psmouse
> > cpufreq_powersave
> > cpufreq_userspace
> > freq_table
> > proc_intf
> > ehci-hcd
> > ohci-hcd
> > uhci-hcd
> > 
> > Иначе не работают соответствующие функции.
> 
> Я не вижу здесь модуля для процессора. он грузится ? Что говорит
> cpuscan -v ?
это какой модуль ?
ID              : 0
name            : Mobile Intel(R) Pentium(R) 4 - M CPU 1.80GHz
vendor          : GenuineIntel
dbname          : Pentium IV (Northwood)
family          : f
model           : 2
stepping        : 7
brandid         : e
microcode       : 0000000000000026
cpu MHz         : 1794.725
MHz(estimate)   : 1170.19
cache size      : 512 KB
hwid            : 1CAC723FC39F04AA
bogomips        : 3547.13
fpu             : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
cpufreq         : no drivers         : not found 


cpuid registers dump
 eax in    eax      ebx      ecx      edx
00000000 00000002 756e6547 6c65746e 49656e69
00000001 00000f27 0001080e 00000400 bfebf9ff
00000002 665b5101 00000000 00000000 007b7040

Extended cpuid 
 eax in    eax      ebx      ecx      edx
80000000 80000004 00000000 00000000 00000000
80000001 00000000 00000000 00000000 00000000
80000002 4d202020 6c69626f 6e492065 286c6574
80000003 50202952 69746e65 52286d75 20342029
80000004 204d202d 20555043 30382e31 007a4847

по этому вопросу тоже баг заводить или пока просто попытаемся
разобраться ?

> 
> > 
> > Отсюда вопрос:
> > Кто должен грузить эти модули автоматом?
> 
> hotplug с помощью libhw.
> 
> > Почему acpiscan находит только вот это:
> > 
> > Recommended driver     ID Description
> > ------------------     -- -----------
> > button                 PWRF   Power Button
> > 
> > 
> 
> Вещайте в bugzilla.
> 
> Дополнительно в к ошибке нужно добавить вывод acpiscan -p
> 
Пожалуйста: #5557 

-- 
А вы уверены, что после выбора шрифта используется тот,
о котором Вы думаете?
		-- zerg in community@



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] [JT] ACPI & USB + HotPlug = Not Work
  2004-11-22 20:59   ` Re[2]: " Volkov Serge
@ 2004-11-24  7:50     ` Anton Farygin
  0 siblings, 0 replies; 6+ messages in thread
From: Anton Farygin @ 2004-11-24  7:50 UTC (permalink / raw)
  To: Volkov Serge, ALT Linux Sisyphus discussion list

Volkov Serge wrote:
> Hello Anton,
> 
> Monday, November 22, 2004, 6:58:41 PM, you wrote:
> 
> AF> vserge wrote:
> 
>>>Доброго времени суток
>>>
>>>Хочу уточнить у общественности, у меня одного проблемы с
>>>авто-подключением USB устройств и загрузкой модулей ACPI
>>>
>>>Текущее состояние рабочей машины (Compaq Evo N800v )
>>>$ uname -a
>>>Linux pokemon 2.6.6-wks26-up-alt2 #1 Fri May 21 17:13:19 MSD 2004 i686
>>>unknown unknown GNU/Linux
>>>
>>>$ cat /etc/altlinux-release 
>>>ALT Linux Sisyphus (20041115)
>>>
>>>$ rpm -qa | grep hotplug
>>>hotplug-2004_03_29-alt12
>>>hotplug-gtk-2002_08_26-alt5
> 
> 
> AF> А libhw какой версии ?
> версия libhw-0.2.1-alt1
> 
> [skip]
> завтра пришлю
> 

Я посмотрел в bugzilla.

Не знаю как детектить эту кашу ;-(

Они там весь namespace свой придумали.

Rgds,
Rider


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] [JT] ACPI & USB + HotPlug = Not Work
  2004-11-23  7:14   ` vserge
@ 2004-11-24  7:54     ` Anton Farygin
  0 siblings, 0 replies; 6+ messages in thread
From: Anton Farygin @ 2004-11-24  7:54 UTC (permalink / raw)
  To: vserge, ALT Linux Sisyphus discussion list

vserge wrote:
> On Mon, 22 Nov 2004 18:58:41 +0300
> Anton Farygin <rider@altlinux.com> wrote:
> 
> 
>>vserge wrote:
>>
>>>Доброго времени суток
>>>
>>>Хочу уточнить у общественности, у меня одного проблемы с
>>>авто-подключением USB устройств и загрузкой модулей ACPI
>>>
>>>Текущее состояние рабочей машины (Compaq Evo N800v )
>>>$ uname -a
>>>Linux pokemon 2.6.6-wks26-up-alt2 #1 Fri May 21 17:13:19 MSD 2004
>>>i686 unknown unknown GNU/Linux
>>>
>>>$ cat /etc/altlinux-release 
>>>ALT Linux Sisyphus (20041115)
>>>
>>>$ rpm -qa | grep hotplug
>>>hotplug-2004_03_29-alt12
>>>hotplug-gtk-2002_08_26-alt5
>>
>>А libhw какой версии ?
>>
>>
>>>
>>>Сейчас мне приходится грузить через /etc/modules следующие модули:
>>>
>>># cat /etc/modules
>>># /etc/modules: kernel modules to load at boot time.
>>>#
>>># This file should contain the names of kernel modules that are
>>># to be loaded at boot time, one per line.  Comments begin with
>>># a `#', and everything on the line after them are ignored.
>>>
>>>#scsi_hostadapter
>>>ac
>>>battery
>>>#button
>>>fan
>>>processor
>>>thermal
>>>psmouse
>>>cpufreq_powersave
>>>cpufreq_userspace
>>>freq_table
>>>proc_intf
>>>ehci-hcd
>>>ohci-hcd
>>>uhci-hcd
>>>
>>>Иначе не работают соответствующие функции.
>>
>>Я не вижу здесь модуля для процессора. он грузится ? Что говорит
>>cpuscan -v ?
> 
> это какой модуль ?
> ID              : 0
> name            : Mobile Intel(R) Pentium(R) 4 - M CPU 1.80GHz
> vendor          : GenuineIntel
> dbname          : Pentium IV (Northwood)
> family          : f
> model           : 2
> stepping        : 7
> brandid         : e
> microcode       : 0000000000000026
> cpu MHz         : 1794.725
> MHz(estimate)   : 1170.19
> cache size      : 512 KB
> hwid            : 1CAC723FC39F04AA
> bogomips        : 3547.13
> fpu             : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
> cpufreq         : no drivers         : not found 
> 
> 
> cpuid registers dump
>  eax in    eax      ebx      ecx      edx
> 00000000 00000002 756e6547 6c65746e 49656e69
> 00000001 00000f27 0001080e 00000400 bfebf9ff
> 00000002 665b5101 00000000 00000000 007b7040
> 
> Extended cpuid 
>  eax in    eax      ebx      ecx      edx
> 80000000 80000004 00000000 00000000 00000000
> 80000001 00000000 00000000 00000000 00000000
> 80000002 4d202020 6c69626f 6e492065 286c6574
> 80000003 50202952 69746e65 52286d75 20342029
> 80000004 204d202d 20555043 30382e31 007a4847
> 
> по этому вопросу тоже баг заводить или пока просто попытаемся
> разобраться ?


ну ты там грузишь некий cpufreq_*, а собственно модуля процессора нет (в 
  твоем случае это должно быть что-то из серии speedstep-*).

А чипсет какой у ноута ?


Вообще IMHO тема самое оно для hardware.


> 
> 
>>>Отсюда вопрос:
>>>Кто должен грузить эти модули автоматом?
>>
>>hotplug с помощью libhw.
>>
>>
>>>Почему acpiscan находит только вот это:
>>>
>>>Recommended driver     ID Description
>>>------------------     -- -----------
>>>button                 PWRF   Power Button
>>>
>>>
>>
>>Вещайте в bugzilla.
>>
>>Дополнительно в к ошибке нужно добавить вывод acpiscan -p
>>
> 
> Пожалуйста: #5557 
> 

Ужас.

Rgds,
Rider


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-24  7:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-22  7:19 [sisyphus] [JT] ACPI & USB + HotPlug = Not Work vserge
2004-11-22 15:58 ` Anton Farygin
2004-11-22 20:59   ` Re[2]: " Volkov Serge
2004-11-24  7:50     ` Anton Farygin
2004-11-23  7:14   ` vserge
2004-11-24  7:54     ` Anton Farygin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git