ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] Q: Как определить softmodem?
@ 2006-08-11 13:56 Aleksey Avdeev
  2006-08-11 14:46 ` Sergey Vlasov
  0 siblings, 1 reply; 13+ messages in thread
From: Aleksey Avdeev @ 2006-08-11 13:56 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 2356 bytes --]

Здравствуйте.

  Каким способом можно определить softmodem? (Конечная цель -- поднять
его на MaxSelect A3.)

  На всякий пожарный:

$ sudo -H pciscan
Recommended driver     Description
------------------     -----------
unknown                ATI Technologies Inc RS480 Host Bridge [Host bridge]
shpchp                 ATI Technologies Inc RS480 PCI Bridge [PCI bridge
Normal decode]
shpchp                 ATI Technologies Inc RS480 PCI Bridge [PCI bridge
Normal decode]
shpchp                 ATI Technologies Inc: Unknown device 5a39 [PCI
bridge Normal decode]
ohci-hcd               ATI Technologies Inc IXP SB400 USB Host
Controller [OHCI USB Controller]
ohci-hcd               ATI Technologies Inc IXP SB400 USB Host
Controller [OHCI USB Controller]
ehci-hcd               ATI Technologies Inc IXP SB400 USB2 Host
Controller [EHCI USB Controller]
unknown                ATI Technologies Inc IXP SB400 SMBus Controller
[SMBus]
atiixp                 ATI Technologies Inc Standard Dual Channel PCI
IDE Controller ATI [IDE interface storage controller]
snd-hda-intel          ATI Technologies Inc: Unknown device 437b []
unknown                ATI Technologies Inc IXP SB400 PCI-ISA Bridge
[ISA bridge]
unknown                ATI Technologies Inc IXP SB400 PCI-PCI Bridge
[PCI bridge Subtractive decode]
unknown                Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration [Host bridge]
unknown                Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map [Host bridge]
unknown                Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller [Host bridge]
unknown                Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control [Host bridge]
unknown                ATI Technologies Inc RS482 [Radeon Xpress 200M]
[VGA compatible controller]
r1000                  Realtek Semiconductor Co., Ltd.: Unknown device
8168 [Ethernet controller]
ohci1394               O2 Micro, Inc.: Unknown device 00f7 [OHCI
FireWire (IEEE 1394)]
unknown                O2 Micro, Inc.: Unknown device 7120 []
unknown                O2 Micro, Inc.: Unknown device 7130 [Unknown mass
storage controller]
unknown                RaLink RT2500 802.11g Cardbus/mini-PCI [Network
controller]

-- 

С уважением. Алексей.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 550 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-11 13:56 [Hardware] Q: Как определить softmodem? Aleksey Avdeev
@ 2006-08-11 14:46 ` Sergey Vlasov
  2006-08-11 15:34   ` Aleksey Avdeev
  0 siblings, 1 reply; 13+ messages in thread
From: Sergey Vlasov @ 2006-08-11 14:46 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

On Fri, Aug 11, 2006 at 05:56:56PM +0400, Aleksey Avdeev wrote:
>   Каким способом можно определить softmodem? (Конечная цель -- поднять
> его на MaxSelect A3.)

> snd-hda-intel          ATI Technologies Inc: Unknown device 437b []

Пошвыряться в /proc/asound на предмет обнаруженных звуковых устройств
(в отличие от MC97, в HDA, похоже, всё висит на одном PCI-устройстве).

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-11 14:46 ` Sergey Vlasov
@ 2006-08-11 15:34   ` Aleksey Avdeev
  2006-08-11 17:48     ` Sergey Vlasov
  2006-08-28 13:32     ` Sergey Lebedev
  0 siblings, 2 replies; 13+ messages in thread
From: Aleksey Avdeev @ 2006-08-11 15:34 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]

Sergey Vlasov пишет:
> On Fri, Aug 11, 2006 at 05:56:56PM +0400, Aleksey Avdeev wrote:
> 
>>  Каким способом можно определить softmodem? (Конечная цель -- поднять
>>его на MaxSelect A3.)
> 
> 
>>snd-hda-intel          ATI Technologies Inc: Unknown device 437b []
> 
> 
> Пошвыряться в /proc/asound на предмет обнаруженных звуковых устройств
> (в отличие от MC97, в HDA, похоже, всё висит на одном PCI-устройстве).

  Имеется в виду это:

cat /proc/asound/pcm
00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1
00-02: ALC882 Digital : ALC882 Digital : playback 1
00-01: ALC882 Analog : ALC882 Analog : capture 2
00-00: ALC882 Analog : ALC882 Analog : playback 1 : capture 2

$ cat /proc/asound/card0/pcm6c/info
card: 0
device: 6
subdevice: 0
stream: CAPTURE
id: Si3054 Modem
name: Si3054 Modem
subname: subdevice #0
class: 2
subclass: 0
subdevices_count: 1
subdevices_avail: 1

$ cat /proc/asound/card0/pcm6p/info
card: 0
device: 6
subdevice: 0
stream: PLAYBACK
id: Si3054 Modem
name: Si3054 Modem
subname: subdevice #0
class: 2
subclass: 0
subdevices_count: 1
subdevices_avail: 1

  Как этой информацией, для ppp воспользоваться?

-- 

С уважением. Алексей.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 550 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-11 15:34   ` Aleksey Avdeev
@ 2006-08-11 17:48     ` Sergey Vlasov
  2006-08-11 22:57       ` Aleksey Avdeev
  2006-08-28 13:32     ` Sergey Lebedev
  1 sibling, 1 reply; 13+ messages in thread
From: Sergey Vlasov @ 2006-08-11 17:48 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

On Fri, Aug 11, 2006 at 07:34:54PM +0400, Aleksey Avdeev wrote:

> 00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1

Можно попробовать использовать slmodemd в режиме ALSA (-a) с
устройством "modem:0".

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-11 17:48     ` Sergey Vlasov
@ 2006-08-11 22:57       ` Aleksey Avdeev
  2006-08-12  6:59         ` Sergey Vlasov
  0 siblings, 1 reply; 13+ messages in thread
From: Aleksey Avdeev @ 2006-08-11 22:57 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

Sergey Vlasov пишет:
> On Fri, Aug 11, 2006 at 07:34:54PM +0400, Aleksey Avdeev wrote:
> 
> 
>>00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1
> 
> 
> Можно попробовать использовать slmodemd в режиме ALSA (-a) с
> устройством "modem:0".

  Кажется облом: не собирается под x86_64:

/usr/bin/ld: warning: i386 architecture of input file `dsplibs.o' is
incompatible with i386:x86-64 output

-- 

С уважением. Алексей.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 550 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-11 22:57       ` Aleksey Avdeev
@ 2006-08-12  6:59         ` Sergey Vlasov
  2006-08-12  7:47           ` Aleksey Avdeev
  0 siblings, 1 reply; 13+ messages in thread
From: Sergey Vlasov @ 2006-08-12  6:59 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]

On Sat, Aug 12, 2006 at 02:57:03AM +0400, Aleksey Avdeev wrote:
> Sergey Vlasov пишет:
> > On Fri, Aug 11, 2006 at 07:34:54PM +0400, Aleksey Avdeev wrote:
> > 
> > 
> >>00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1
> > 
> > 
> > Можно попробовать использовать slmodemd в режиме ALSA (-a) с
> > устройством "modem:0".
> 
>   Кажется облом: не собирается под x86_64:
> 
> /usr/bin/ld: warning: i386 architecture of input file `dsplibs.o' is
> incompatible with i386:x86-64 output

Можно придумать два варианта:

1) Руками выдрать куски 32-битных glibc-core и libalsa, а также
   бинарник slmodemd (именно руками, поскольку apt у нас не
   поддерживает biarch) и раскидать их в нужные места.  Вроде бы
   благодаря lib64 конфликтов с 64-битными библиотеками быть не
   должно.

2) Запускать slmodemd в 32-битном чруте, забиндив туда реальный /dev
   (можно и скопировать туда нужный набор устройств, но тогда потом
   придётся искать там созданный slmodemd псевдотерминал).

Впрочем, в любом из этих вариантов сохраняется возможность напороться
на какие-нибудь баги в совместимости 32/64 (например, в alsa).

Вариант со статической сборкой slmodemd не проходит, поскольку в нём
используются функции типа getgrnam(), при вызове которых glibc всё
равно будет искать libnss_*.so.*.

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-12  6:59         ` Sergey Vlasov
@ 2006-08-12  7:47           ` Aleksey Avdeev
  0 siblings, 0 replies; 13+ messages in thread
From: Aleksey Avdeev @ 2006-08-12  7:47 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]

Sergey Vlasov пишет:
> On Sat, Aug 12, 2006 at 02:57:03AM +0400, Aleksey Avdeev wrote:
> 
>>Sergey Vlasov пишет:
>>
>>>On Fri, Aug 11, 2006 at 07:34:54PM +0400, Aleksey Avdeev wrote:
>>>
>>>
>>>
>>>>00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1
>>>
>>>
>>>Можно попробовать использовать slmodemd в режиме ALSA (-a) с
>>>устройством "modem:0".
>>
>>  Кажется облом: не собирается под x86_64:
>>
>>/usr/bin/ld: warning: i386 architecture of input file `dsplibs.o' is
>>incompatible with i386:x86-64 output
> 
> 
> Можно придумать два варианта:
> 
> 1) Руками выдрать куски 32-битных glibc-core и libalsa, а также
>    бинарник slmodemd (именно руками, поскольку apt у нас не
>    поддерживает biarch) и раскидать их в нужные места.  Вроде бы
>    благодаря lib64 конфликтов с 64-битными библиотеками быть не
>    должно.
> 
> 2) Запускать slmodemd в 32-битном чруте, забиндив туда реальный /dev
>    (можно и скопировать туда нужный набор устройств, но тогда потом
>    придётся искать там созданный slmodemd псевдотерминал).

  О подобном думал... Но -- в сторону OpenVZ (всё равно, собираюсь с ней
экспериментировать.)

-- 

С уважением. Алексей.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 550 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-11 15:34   ` Aleksey Avdeev
  2006-08-11 17:48     ` Sergey Vlasov
@ 2006-08-28 13:32     ` Sergey Lebedev
  2006-08-28 14:47       ` Sergey Vlasov
  1 sibling, 1 reply; 13+ messages in thread
From: Sergey Lebedev @ 2006-08-28 13:32 UTC (permalink / raw)
  To: hardware

On 11 Aug, Aleksey Avdeev wrote:


А что делать в такой ситуации?
0:00:14.2 Audio device: ATI Technologies Inc: Unknown device 437b (rev 01)

root@localhost /proc/asound # cat pcm
00-02: ALC882 Digital : ALC882 Digital : playback 1
00-01: ALC882 Analog : ALC882 Analog : capture 2
00-00: ALC882 Analog : ALC882 Analog : playback 1 : capture 2

модема нету? кто-то съел. :(

Система Compact 3.0 + updates, но ядро 
kernel-image-std26-smp-2.6.16-alt9
kernel-modules-alsa-std26-smp-1.0.11-alt2.132624.9


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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-28 13:32     ` Sergey Lebedev
@ 2006-08-28 14:47       ` Sergey Vlasov
  2006-08-28 15:46         ` Andriy Dobrovol`s`kii
  2006-08-29 11:31         ` Sergey Lebedev
  0 siblings, 2 replies; 13+ messages in thread
From: Sergey Vlasov @ 2006-08-28 14:47 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

On Mon, Aug 28, 2006 at 05:32:23PM +0400, Sergey Lebedev wrote:
> А что делать в такой ситуации?
> 0:00:14.2 Audio device: ATI Technologies Inc: Unknown device 437b (rev 01)

Огласите весь список.

> root@localhost /proc/asound # cat pcm
> 00-02: ALC882 Digital : ALC882 Digital : playback 1
> 00-01: ALC882 Analog : ALC882 Analog : capture 2
> 00-00: ALC882 Analog : ALC882 Analog : playback 1 : capture 2
> 
> модема нету? кто-то съел. :(

В dmesg нет никакой ругани по поводу HDA?

> Система Compact 3.0 + updates, но ядро 
> kernel-image-std26-smp-2.6.16-alt9
> kernel-modules-alsa-std26-smp-1.0.11-alt2.132624.9

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-28 14:47       ` Sergey Vlasov
@ 2006-08-28 15:46         ` Andriy Dobrovol`s`kii
  2006-08-29 11:31         ` Sergey Lebedev
  1 sibling, 0 replies; 13+ messages in thread
From: Andriy Dobrovol`s`kii @ 2006-08-28 15:46 UTC (permalink / raw)
  To: hardware

Sergey Vlasov пишет:
> On Mon, Aug 28, 2006 at 05:32:23PM +0400, Sergey Lebedev wrote:
>> А что делать в такой ситуации?
>> 0:00:14.2 Audio device: ATI Technologies Inc: Unknown device 437b (rev 01)
> 
> Огласите весь список.
> 
>> root@localhost /proc/asound # cat pcm
>> 00-02: ALC882 Digital : ALC882 Digital : playback 1
>> 00-01: ALC882 Analog : ALC882 Analog : capture 2
>> 00-00: ALC882 Analog : ALC882 Analog : playback 1 : capture 2
>>
>> модема нету? кто-то съел. :(
> 
> В dmesg нет никакой ругани по поводу HDA?
> 
>> Система Compact 3.0 + updates, но ядро 
>> kernel-image-std26-smp-2.6.16-alt9
>> kernel-modules-alsa-std26-smp-1.0.11-alt2.132624.9
А есть ли надежда в такой ситуации:
 ls /proc/asound/
card0  cards  devices  Intel  modules  oss  pcm  seq  timers  version
 cat /proc/asound/pcm
00-02: ALC880 Digital : ALC880 Digital : playback 1
00-01: ALC880 Analog : ALC880 Analog : capture 2
00-00: ALC880 Analog : ALC880 Analog : playback 1 : capture 2

0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML
Express Processor to DRAM Controller (rev 04)
0000:00:02.0 VGA compatible controller: Intel Corporation Mobile
915GM/GMS/910GML Express Graphics Controller (rev 04)
0000:00:02.1 Display controller: Intel Corporation Mobile
915GM/GMS/910GML Express Graphics Controller (rev 04)
0000:00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) High Definition Audio Controller (rev 04)
0000:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) PCI Express Port 1 (rev 04)
0000:00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) PCI Express Port 2 (rev 04)
0000:00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) PCI Express Port 3 (rev 04)
0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB UHCI #1 (rev 04)
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB UHCI #2 (rev 04)
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB UHCI #3 (rev 04)
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB UHCI #4 (rev 04)
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB2 EHCI Controller (rev 04)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC
Interface Bridge (rev 04)
0000:00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) IDE Controller (rev 04)
0000:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA
Controller (rev 04)
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) SMBus Controller (rev 04)
0000:06:07.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus
Controller (rev 10)
0000:06:07.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card
Reader Controller (rev 01)
0000:06:07.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card
Reader Controller (rev 01)
0000:06:07.4 FLASH memory: ENE Technology Inc: Unknown device 0551 (rev 01)
0000:06:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
Controller (rev 80)
0000:06:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8169 Gigabit Ethernet (rev 10)
Тут в выводе lspci про модем как-то ни слова...
-- 
Андрей


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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-28 14:47       ` Sergey Vlasov
  2006-08-28 15:46         ` Andriy Dobrovol`s`kii
@ 2006-08-29 11:31         ` Sergey Lebedev
  2006-08-29 14:14           ` Sergey Vlasov
  1 sibling, 1 reply; 13+ messages in thread
From: Sergey Lebedev @ 2006-08-29 11:31 UTC (permalink / raw)
  To: hardware

On 28 Aug, Sergey Vlasov wrote:
> On Mon, Aug 28, 2006 at 05:32:23PM +0400, Sergey Lebedev wrote:
> > А что делать в такой ситуации?
> > 0:00:14.2 Audio device: ATI Technologies Inc: Unknown device 437b (rev 01)
> 
> Огласите весь список.
0000:00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge
(rev 10)
0000:00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
0000:00:04.0 PCI bridge: ATI Technologies Inc: Unknown device
5a36
0000:00:05.0 PCI bridge: ATI Technologies Inc: Unknown device
5a37
0000:00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB
Host Controller (rev 80)
0000:00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB
Host Controller (rev 80)
0000:00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2
Host Controller (rev 80)
0000:00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus
Controller (rev 83)
0000:00:14.1 IDE interface: ATI Technologies Inc Standard Dual
Channel PCI IDE Controller ATI (rev 80)
0000:00:14.2 Audio device: ATI Technologies Inc: Unknown device
437b (rev 01)
0000:00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA
Bridge (rev 80)
0000:00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI
Bridge (rev 80)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control
0000:01:05.0 VGA compatible controller: ATI Technologies Inc
RS482 [Radeon Xpress 200M]
0000:06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
0000:06:02.0 Ethernet controller: Atheros Communications, Inc.
AR5005G 802.11abg NIC (rev 01)
0000:06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus
Controller (rev 10)
0000:06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory
Stick Card Reader Controller (rev 01)
0000:06:04.2 Class 0805: ENE Technology Inc ENE PCI Secure
Digital Card Reader Controller (rev 01)
0000:06:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE
Technology Inc: (rev 01)
0000:06:04.4 FLASH memory: ENE Technology Inc: Unknown device
0551 (rev 01)

0000:00:00.0 Class 0600: 1002:5950 (rev 10)
0000:00:01.0 Class 0604: 1002:5a3f
0000:00:04.0 Class 0604: 1002:5a36
0000:00:05.0 Class 0604: 1002:5a37
0000:00:13.0 Class 0c03: 1002:4374 (rev 80)
0000:00:13.1 Class 0c03: 1002:4375 (rev 80)
0000:00:13.2 Class 0c03: 1002:4373 (rev 80)
0000:00:14.0 Class 0c05: 1002:4372 (rev 83)
0000:00:14.1 Class 0101: 1002:4376 (rev 80)
0000:00:14.2 Class 0403: 1002:437b (rev 01)
0000:00:14.3 Class 0601: 1002:4377 (rev 80)
0000:00:14.4 Class 0604: 1002:4371 (rev 80)
0000:00:18.0 Class 0600: 1022:1100
0000:00:18.1 Class 0600: 1022:1101
0000:00:18.2 Class 0600: 1022:1102
0000:00:18.3 Class 0600: 1022:1103
0000:01:05.0 Class 0300: 1002:5975
0000:06:01.0 Class 0200: 10ec:8139 (rev 10)
0000:06:02.0 Class 0200: 168c:001a (rev 01)
0000:06:04.0 Class 0607: 1524:1412 (rev 10)
0000:06:04.1 Class 0501: 1524:0530 (rev 01)
0000:06:04.2 Class 0805: 1524:0550 (rev 01)
0000:06:04.3 Class 0501: 1524:0520 (rev 01)
0000:06:04.4 Class 0501: 1524:0551 (rev 01)

> В dmesg нет никакой ругани по поводу HDA?

Есть, вот таких строчек просто море.
ALSA
/usr/src/RPM/BUILD/kernel-source-alsa-1.0.11/pci/hda/hda_codec.c:204:
hda_codec: invalid dep_range_val 0:7fff



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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-29 11:31         ` Sergey Lebedev
@ 2006-08-29 14:14           ` Sergey Vlasov
  2006-08-29 15:07             ` Sergey Lebedev
  0 siblings, 1 reply; 13+ messages in thread
From: Sergey Vlasov @ 2006-08-29 14:14 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 674 bytes --]

On Tue, Aug 29, 2006 at 03:31:39PM +0400, Sergey Lebedev wrote:
> On 28 Aug, Sergey Vlasov wrote:
> > On Mon, Aug 28, 2006 at 05:32:23PM +0400, Sergey Lebedev wrote:
> > > А что делать в такой ситуации?
> > > 0:00:14.2 Audio device: ATI Technologies Inc: Unknown device 437b (rev 01)
> > 
> > Огласите весь список.
[skip]

Как и следовало ожидать, в списке ничего интересного не обнаружилось.

> > В dmesg нет никакой ругани по поводу HDA?
> 
> Есть, вот таких строчек просто море.
> ALSA
> /usr/src/RPM/BUILD/kernel-source-alsa-1.0.11/pci/hda/hda_codec.c:204:
> hda_codec: invalid dep_range_val 0:7fff

А что там ещё есть?  Покажите сообщения полностью.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Hardware] Q: Как определить softmodem?
  2006-08-29 14:14           ` Sergey Vlasov
@ 2006-08-29 15:07             ` Sergey Lebedev
  0 siblings, 0 replies; 13+ messages in thread
From: Sergey Lebedev @ 2006-08-29 15:07 UTC (permalink / raw)
  To: hardware

On 29 Aug, Sergey Vlasov wrote:
> On Tue, Aug 29, 2006 at 03:31:39PM +0400, Sergey Lebedev wrote:
> > On 28 Aug, Sergey Vlasov wrote:
[skip]
> А что там ещё есть?  Покажите сообщения полностью.

Куски из /var/log/messages
Aug 29 18:52:32 localhost hotplug: Hotplug (cpu.rc) start: succeeded
Aug 29 18:52:32 localhost hal.hotplug[1557]: DEVPATH is not set (subsystem pci)
Aug 29 18:52:33 localhost kernel: ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 17
Aug 29 18:52:33 localhost kernel: hda_codec: Unknown model for ALC882, trying auto-probe from BIOS...
Aug 29 18:52:34 localhost kernel: ALSA /usr/src/RPM/BUILD/kernel-source-alsa-1.0.11/pci/hda/../../alsa-kernel/pci/hda/hda_intel.c:516: hda_intel: azx_get_response timeout, switching to single_cmd mode...
Aug 29 18:52:31 localhost network: Computing interface groups:
[skip]
Aug 29 18:52:36 localhost kernel: ALSA /usr/src/RPM/BUILD/kernel-source-alsa-1.0.11/pci/hda/hda_codec.c:204: hda_codec: invalid dep_range_val 0:7fff
Aug 29 18:52:37 localhost last message repeated 4698 times
Aug 29 18:52:37 localhost hotplug: Hotplug (sound.rc) start: succeeded

Найти более ничего не удалось. :)


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

end of thread, other threads:[~2006-08-29 15:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-11 13:56 [Hardware] Q: Как определить softmodem? Aleksey Avdeev
2006-08-11 14:46 ` Sergey Vlasov
2006-08-11 15:34   ` Aleksey Avdeev
2006-08-11 17:48     ` Sergey Vlasov
2006-08-11 22:57       ` Aleksey Avdeev
2006-08-12  6:59         ` Sergey Vlasov
2006-08-12  7:47           ` Aleksey Avdeev
2006-08-28 13:32     ` Sergey Lebedev
2006-08-28 14:47       ` Sergey Vlasov
2006-08-28 15:46         ` Andriy Dobrovol`s`kii
2006-08-29 11:31         ` Sergey Lebedev
2006-08-29 14:14           ` Sergey Vlasov
2006-08-29 15:07             ` Sergey Lebedev

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/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 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

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


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