Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Francis.D
result


boo@OIboo:~$ pgrep pulseaudio
boo@OIboo:~$ pulseaudio -vvv
W: [(null)] caps.c: Normally all extra capabilities would be dropped now,
but that's impossible because PulseAudio was built without capabilities
support.
W: [(null)] core-error.c: Unable to convert error string to locale,
filtering.
I: [(null)] core-util.c: Failed to acquire high-priority scheduling:
Operation not supported
I: [(null)] main.c: This is PulseAudio 11.1-rebootstrapped
D: [(null)] main.c: Compilation host: i386-pc-solaris2.11
D: [(null)] main.c: Compilation CFLAGS: -m32 -O3  -std=c99 -Wall -W -Wextra
-pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations
-Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security
-Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self
-Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes
-Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow
-Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings
-Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option
-fdiagnostics-color=auto
D: [(null)] main.c: Running on host: SunOS i86pc 5.11 illumos-cb76bcef7c
D: [(null)] main.c: Found 2 CPUs.
I: [(null)] main.c: Page size is 4096 bytes
D: [(null)] main.c: Compiled with Valgrind support: no
D: [(null)] main.c: Running in valgrind mode: no
D: [(null)] main.c: Running in VM: no
D: [(null)] main.c: Optimized build: yes
D: [(null)] main.c: FASTPATH defined, only fast path asserts disabled.
I: [(null)] main.c: Machine ID is d260d15b6af46642225aca2c5a9eab75.
I: [(null)] main.c: Using runtime directory
/export/home/boo/.config/pulse/d260d15b6af46642225aca2c5a9eab75-runtime.
I: [(null)] main.c: Using state directory /export/home/boo/.config/pulse.
I: [(null)] main.c: Using modules directory /usr/lib/pulse-11.1/modules.
I: [(null)] main.c: Running in system mode: no
W: [(null)] pid.c: Stale PID file, overwriting.
I: [(null)] main.c: System supports high resolution timers
D: [(null)] memblock.c: Using shared posix-shm memory pool with 1024 slots
of size 64,0 Kio each, total size is 64,0 Mio, maximum usable slot size is
65496
I: [(null)] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1
I: [(null)] svolume_mmx.c: Initialising MMX optimized volume functions.
I: [(null)] remap_mmx.c: Initialising MMX optimized remappers.
I: [(null)] svolume_sse.c: Initialising SSE2 optimized volume functions.
I: [(null)] remap_sse.c: Initialising SSE2 optimized remappers.
I: [(null)] sconv_sse.c: Initialising SSE2 optimized conversions.
I: [(null)] svolume_orc.c: Initialising ORC optimized volume functions.
D: [(null)] database-gdbm.c: Opened GDBM database
'/export/home/boo/.config/pulse/d260d15b6af46642225aca2c5a9eab75-device-volumes.i386-pc-solaris2.11.gdbm'
I: [(null)] module-device-restore.c: Successfully opened database file
'/export/home/boo/.config/pulse/d260d15b6af46642225aca2c5a9eab75-device-volumes'.
I: [(null)] module.c: Loaded "module-device-restore" (index: #0; argument:
"").
D: [(null)] database-gdbm.c: Opened GDBM database
'/export/home/boo/.config/pulse/d260d15b6af46642225aca2c5a9eab75-stream-volumes.i386-pc-solaris2.11.gdbm'
I: [(null)] module-stream-restore.c: Successfully opened database file
'/export/home/boo/.config/pulse/d260d15b6af46642225aca2c5a9eab75-stream-volumes'.
gdbm fatal: read error


2018-03-07 20:40 GMT-05:00 Aurélien Larcher :

> On Thu, Mar 8, 2018 at 2:07 AM, Francis.D  wrote:
>
> > On Laptop T400
> >
> > boo@OIboo:~$ audioctl list-devices
> > audiohd#0
> > boo@OIboo:~$ pactl list sources
> > Échec lors de la connexion : Connexion refusée
> > Échec de pa_context_connect() : Connexion refusée
> >
> > traduction
> > Failure to connect: Connection denied
> > Failure of pa_context_connect (): Connection denied
> >
>
> Can you check that pulseaudio is actually running?
>
> `pgrep pulseaudio` should return the PID.
>
> If not, try to run `pulseaudio -vvv`
>
> The issue may be related to pulseaudio as your audio device seems detected
> by the native audio subsystem.
> You can double check that it works using audiotest.
>
> For example:
>
> alarcher@helios:/home/alarcher$ audiotest
> Sound subsystem and version: SunOS Audio 4.0 (0x00040003)
> Platform: SunOS 5.11 illumos-ff1e230c4f i86pc
>
> *** Scanning sound adapter #2 ***
> /dev/sound/audiohd:1dsp (audio engine 1): audiohd#1
>   - Performing audio playback test...
>  OK
>  ...OK
>  ..OK
> 
>
>
>
>
>
>
>
>
> >
> >
> > 2018-03-07 19:46 GMT-05:00 Aurélien Larcher  >:
> >
> > > I didn't quite understand the solution. Do I need to edit a file?
> > > > I also forgot to mention that I have the same sound problem on the
> > > > installation I did on my desktop (in virtualbox)
> > > >
> > > > On the Desktop I have a dedicated Asus D1 sound card whose driver is
> > > > cmi8788.
> > > >
> > > > There seems to be a problem with 

Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Aurélien Larcher
On Thu, Mar 8, 2018 at 2:07 AM, Francis.D  wrote:

> On Laptop T400
>
> boo@OIboo:~$ audioctl list-devices
> audiohd#0
> boo@OIboo:~$ pactl list sources
> Échec lors de la connexion : Connexion refusée
> Échec de pa_context_connect() : Connexion refusée
>
> traduction
> Failure to connect: Connection denied
> Failure of pa_context_connect (): Connection denied
>

Can you check that pulseaudio is actually running?

`pgrep pulseaudio` should return the PID.

If not, try to run `pulseaudio -vvv`

The issue may be related to pulseaudio as your audio device seems detected
by the native audio subsystem.
You can double check that it works using audiotest.

For example:

alarcher@helios:/home/alarcher$ audiotest
Sound subsystem and version: SunOS Audio 4.0 (0x00040003)
Platform: SunOS 5.11 illumos-ff1e230c4f i86pc

*** Scanning sound adapter #2 ***
/dev/sound/audiohd:1dsp (audio engine 1): audiohd#1
  - Performing audio playback test...
 OK
 ...OK
 ..OK









>
>
> 2018-03-07 19:46 GMT-05:00 Aurélien Larcher :
>
> > I didn't quite understand the solution. Do I need to edit a file?
> > > I also forgot to mention that I have the same sound problem on the
> > > installation I did on my desktop (in virtualbox)
> > >
> > > On the Desktop I have a dedicated Asus D1 sound card whose driver is
> > > cmi8788.
> > >
> > > There seems to be a problem with Pulseaudio.
> > > If you have a solution eventually, I'll apply it.
> > >
> >
> > Could you send the output of:
> >
> > $ audioctl list-devices
> >
> > and
> >
> > $ pactl list sources
> >
> > ?
> >
> >
> >
> > >
> > > 2018-03-07 13:24 GMT-05:00 Priyadarshan via openindiana-discuss <
> > > openindiana-discuss@openindiana.org>:
> > >
> > > > On 2018-03-07 19:18, Aurelien Larcher wrote:
> > > >
> > > >> Le Mercredi 7 mars 2018, Priyadarshan via openindiana-discuss a
> écrit
> > :
> > > >>
> > > >>> On 2018-03-07 18:49, Francis.D wrote:
> > > >>>
> > > >>> > Hi,
> > > >>> >
> > > >>> > I did the real installation on my Lenovo T400 and all works
> > > perfectly.
> > > >>> > The only problem is the sound. I don't have any sound. Even if
> the
> > > >>> drivers are installed.
> > > >>> >
> > > >>> > result ocmmande
> > > >>> >
> > > >>> > ls -l
> > > >>> >
> > > >>> > total 224920
> > > >>> > -rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem
> > > >>> >
> > > >>> > Reference driver
> > > >>> >
> > > >>> > pci17aa,20f2
> > > >>> > Vendor: Intel Corporation
> > > >>> > Device: 82801I (ICH9 Family) HD Audio
> > > >>> Controller
> > > >>> > Sub-Vendor: Lenovo
> > > >>> > binding name:   pciexclass,0403
> > > >>> > devfs path: /pci@0,0/pci17aa,20f2@1b
> > > >>> > bus addr:   1b
> > > >>> > pci path:   0,1b,0
> > > >>> > compatible name:
> (pciex8086,293e.17aa.20f2.3)(p
> > > >>> ciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(
> > > >>> pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.
> > > >>> 3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(
> > > >>> pci8086,293e)(pciclass,040300)(pciclass,0403)
> > > >>> > driver name:audiohd
> > > >>> > instance:   0
> > > >>> > driver state:   Attached
> > > >>> > fm-errcb-capable:   TRUE
> > > >>> > fm-ereport-capable: TRUE
> > > >>> > ddi-no-autodetach:  1
> > > >>> > audiohd_beep:   1
> > > >>> > sample-rate:bb80
> > > >>> > sample-bits:10
> > > >>> > acpi-namespace: _SB_.PCI0.HDEF
> > > >>> > assigned-addresses: 8300d810
> > > >>> > reg:d800
> > > >>> > compatible: pciex8086,293e.17aa.20f2.3
> > > >>> > model:  Mixed Mode device
> > > >>> > power-consumption:  1
> > > >>> > devsel-speed:   0
> > > >>> > interrupts: 2
> > > >>> > subsystem-vendor-id:17aa
> > > >>> > subsystem-id:   20f2
> > > >>> > unit-address:   1b
> > > >>> > class-code: 40300
> > > >>> > revision-id:3
> > > >>> > vendor-id:  8086
> > > >>> >
> > > >>> > regard
> > > >>>
> > > >>> Hi,
> > > >>>
> > > >>> I had the same issue, I believe that is common to all OpenSOlaris
> > > >>> installs.
> > > >>>
> > > >>
> > > >> I believe this is a limitation of the OSS Pulseaudio backend which
> > > >> picks the first detected device.
> > > >>
> > > >
> > > > Thank you, I was wondering why.
> > > >
> > > > If it is common, perhaps it would be nice to add it somewhere 

Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Francis.D
I launched Live OI on another desktop: amd 990fx, processor amd fx8120,8 go
ram, video card radeon HD 8870.

There is also the sound problem. No sound.

2018-03-07 20:07 GMT-05:00 Francis.D :

> On Laptop T400
>
> boo@OIboo:~$ audioctl list-devices
> audiohd#0
> boo@OIboo:~$ pactl list sources
> Échec lors de la connexion : Connexion refusée
> Échec de pa_context_connect() : Connexion refusée
>
> traduction
> Failure to connect: Connection denied
> Failure of pa_context_connect (): Connection denied
>
>
> 2018-03-07 19:46 GMT-05:00 Aurélien Larcher :
>
>> I didn't quite understand the solution. Do I need to edit a file?
>> > I also forgot to mention that I have the same sound problem on the
>> > installation I did on my desktop (in virtualbox)
>> >
>> > On the Desktop I have a dedicated Asus D1 sound card whose driver is
>> > cmi8788.
>> >
>> > There seems to be a problem with Pulseaudio.
>> > If you have a solution eventually, I'll apply it.
>> >
>>
>> Could you send the output of:
>>
>> $ audioctl list-devices
>>
>> and
>>
>> $ pactl list sources
>>
>> ?
>>
>>
>>
>> >
>> > 2018-03-07 13:24 GMT-05:00 Priyadarshan via openindiana-discuss <
>> > openindiana-discuss@openindiana.org>:
>> >
>> > > On 2018-03-07 19:18, Aurelien Larcher wrote:
>> > >
>> > >> Le Mercredi 7 mars 2018, Priyadarshan via openindiana-discuss a
>> écrit :
>> > >>
>> > >>> On 2018-03-07 18:49, Francis.D wrote:
>> > >>>
>> > >>> > Hi,
>> > >>> >
>> > >>> > I did the real installation on my Lenovo T400 and all works
>> > perfectly.
>> > >>> > The only problem is the sound. I don't have any sound. Even if the
>> > >>> drivers are installed.
>> > >>> >
>> > >>> > result ocmmande
>> > >>> >
>> > >>> > ls -l
>> > >>> >
>> > >>> > total 224920
>> > >>> > -rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem
>> > >>> >
>> > >>> > Reference driver
>> > >>> >
>> > >>> > pci17aa,20f2
>> > >>> > Vendor: Intel Corporation
>> > >>> > Device: 82801I (ICH9 Family) HD Audio
>> > >>> Controller
>> > >>> > Sub-Vendor: Lenovo
>> > >>> > binding name:   pciexclass,0403
>> > >>> > devfs path: /pci@0,0/pci17aa,20f2@1b
>> > >>> > bus addr:   1b
>> > >>> > pci path:   0,1b,0
>> > >>> > compatible name:(pciex8086,293e.17aa.20f2.3)(p
>> > >>> ciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(
>> > >>> pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.
>> > >>> 3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(
>> > >>> pci8086,293e)(pciclass,040300)(pciclass,0403)
>> > >>> > driver name:audiohd
>> > >>> > instance:   0
>> > >>> > driver state:   Attached
>> > >>> > fm-errcb-capable:   TRUE
>> > >>> > fm-ereport-capable: TRUE
>> > >>> > ddi-no-autodetach:  1
>> > >>> > audiohd_beep:   1
>> > >>> > sample-rate:bb80
>> > >>> > sample-bits:10
>> > >>> > acpi-namespace: _SB_.PCI0.HDEF
>> > >>> > assigned-addresses: 8300d810
>> > >>> > reg:d800
>> > >>> > compatible: pciex8086,293e.17aa.20f2.3
>> > >>> > model:  Mixed Mode device
>> > >>> > power-consumption:  1
>> > >>> > devsel-speed:   0
>> > >>> > interrupts: 2
>> > >>> > subsystem-vendor-id:17aa
>> > >>> > subsystem-id:   20f2
>> > >>> > unit-address:   1b
>> > >>> > class-code: 40300
>> > >>> > revision-id:3
>> > >>> > vendor-id:  8086
>> > >>> >
>> > >>> > regard
>> > >>>
>> > >>> Hi,
>> > >>>
>> > >>> I had the same issue, I believe that is common to all OpenSOlaris
>> > >>> installs.
>> > >>>
>> > >>
>> > >> I believe this is a limitation of the OSS Pulseaudio backend which
>> > >> picks the first detected device.
>> > >>
>> > >
>> > > Thank you, I was wondering why.
>> > >
>> > > If it is common, perhaps it would be nice to add it somewhere on the
>> > > OpenIndiana wiki or Handbook.
>> > >
>> > > I am still testing my system, later on I could send a pull request
>> with
>> > > that text.
>> > >
>> > > The more I use OpenIndiana, the more I love it!
>> > >
>> > > Now, I will try to install it on two more machines, an HP Z620
>> > workstation
>> > > with Xeon E5, and a custom made workstation with AMD 1950X
>> Threadripper.
>> > I
>> > > will report back.
>> > >
>> > >
>> > > Priyadarshan
>> > >
>> > > ___
>> > > openindiana-discuss mailing list
>> > > openindiana-discuss@openindiana.org
>> > > 

Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Francis.D
On Laptop T400

boo@OIboo:~$ audioctl list-devices
audiohd#0
boo@OIboo:~$ pactl list sources
Échec lors de la connexion : Connexion refusée
Échec de pa_context_connect() : Connexion refusée

traduction
Failure to connect: Connection denied
Failure of pa_context_connect (): Connection denied


2018-03-07 19:46 GMT-05:00 Aurélien Larcher :

> I didn't quite understand the solution. Do I need to edit a file?
> > I also forgot to mention that I have the same sound problem on the
> > installation I did on my desktop (in virtualbox)
> >
> > On the Desktop I have a dedicated Asus D1 sound card whose driver is
> > cmi8788.
> >
> > There seems to be a problem with Pulseaudio.
> > If you have a solution eventually, I'll apply it.
> >
>
> Could you send the output of:
>
> $ audioctl list-devices
>
> and
>
> $ pactl list sources
>
> ?
>
>
>
> >
> > 2018-03-07 13:24 GMT-05:00 Priyadarshan via openindiana-discuss <
> > openindiana-discuss@openindiana.org>:
> >
> > > On 2018-03-07 19:18, Aurelien Larcher wrote:
> > >
> > >> Le Mercredi 7 mars 2018, Priyadarshan via openindiana-discuss a écrit
> :
> > >>
> > >>> On 2018-03-07 18:49, Francis.D wrote:
> > >>>
> > >>> > Hi,
> > >>> >
> > >>> > I did the real installation on my Lenovo T400 and all works
> > perfectly.
> > >>> > The only problem is the sound. I don't have any sound. Even if the
> > >>> drivers are installed.
> > >>> >
> > >>> > result ocmmande
> > >>> >
> > >>> > ls -l
> > >>> >
> > >>> > total 224920
> > >>> > -rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem
> > >>> >
> > >>> > Reference driver
> > >>> >
> > >>> > pci17aa,20f2
> > >>> > Vendor: Intel Corporation
> > >>> > Device: 82801I (ICH9 Family) HD Audio
> > >>> Controller
> > >>> > Sub-Vendor: Lenovo
> > >>> > binding name:   pciexclass,0403
> > >>> > devfs path: /pci@0,0/pci17aa,20f2@1b
> > >>> > bus addr:   1b
> > >>> > pci path:   0,1b,0
> > >>> > compatible name:(pciex8086,293e.17aa.20f2.3)(p
> > >>> ciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(
> > >>> pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.
> > >>> 3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(
> > >>> pci8086,293e)(pciclass,040300)(pciclass,0403)
> > >>> > driver name:audiohd
> > >>> > instance:   0
> > >>> > driver state:   Attached
> > >>> > fm-errcb-capable:   TRUE
> > >>> > fm-ereport-capable: TRUE
> > >>> > ddi-no-autodetach:  1
> > >>> > audiohd_beep:   1
> > >>> > sample-rate:bb80
> > >>> > sample-bits:10
> > >>> > acpi-namespace: _SB_.PCI0.HDEF
> > >>> > assigned-addresses: 8300d810
> > >>> > reg:d800
> > >>> > compatible: pciex8086,293e.17aa.20f2.3
> > >>> > model:  Mixed Mode device
> > >>> > power-consumption:  1
> > >>> > devsel-speed:   0
> > >>> > interrupts: 2
> > >>> > subsystem-vendor-id:17aa
> > >>> > subsystem-id:   20f2
> > >>> > unit-address:   1b
> > >>> > class-code: 40300
> > >>> > revision-id:3
> > >>> > vendor-id:  8086
> > >>> >
> > >>> > regard
> > >>>
> > >>> Hi,
> > >>>
> > >>> I had the same issue, I believe that is common to all OpenSOlaris
> > >>> installs.
> > >>>
> > >>
> > >> I believe this is a limitation of the OSS Pulseaudio backend which
> > >> picks the first detected device.
> > >>
> > >
> > > Thank you, I was wondering why.
> > >
> > > If it is common, perhaps it would be nice to add it somewhere on the
> > > OpenIndiana wiki or Handbook.
> > >
> > > I am still testing my system, later on I could send a pull request with
> > > that text.
> > >
> > > The more I use OpenIndiana, the more I love it!
> > >
> > > Now, I will try to install it on two more machines, an HP Z620
> > workstation
> > > with Xeon E5, and a custom made workstation with AMD 1950X
> Threadripper.
> > I
> > > will report back.
> > >
> > >
> > > Priyadarshan
> > >
> > > ___
> > > openindiana-discuss mailing list
> > > openindiana-discuss@openindiana.org
> > > https://openindiana.org/mailman/listinfo/openindiana-discuss
> > >
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
> >
>
>
>
> --
> ---
> Praise the Caffeine embeddings
> ___
> 

Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Aurélien Larcher
I didn't quite understand the solution. Do I need to edit a file?
> I also forgot to mention that I have the same sound problem on the
> installation I did on my desktop (in virtualbox)
>
> On the Desktop I have a dedicated Asus D1 sound card whose driver is
> cmi8788.
>
> There seems to be a problem with Pulseaudio.
> If you have a solution eventually, I'll apply it.
>

Could you send the output of:

$ audioctl list-devices

and

$ pactl list sources

?



>
> 2018-03-07 13:24 GMT-05:00 Priyadarshan via openindiana-discuss <
> openindiana-discuss@openindiana.org>:
>
> > On 2018-03-07 19:18, Aurelien Larcher wrote:
> >
> >> Le Mercredi 7 mars 2018, Priyadarshan via openindiana-discuss a écrit :
> >>
> >>> On 2018-03-07 18:49, Francis.D wrote:
> >>>
> >>> > Hi,
> >>> >
> >>> > I did the real installation on my Lenovo T400 and all works
> perfectly.
> >>> > The only problem is the sound. I don't have any sound. Even if the
> >>> drivers are installed.
> >>> >
> >>> > result ocmmande
> >>> >
> >>> > ls -l
> >>> >
> >>> > total 224920
> >>> > -rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem
> >>> >
> >>> > Reference driver
> >>> >
> >>> > pci17aa,20f2
> >>> > Vendor: Intel Corporation
> >>> > Device: 82801I (ICH9 Family) HD Audio
> >>> Controller
> >>> > Sub-Vendor: Lenovo
> >>> > binding name:   pciexclass,0403
> >>> > devfs path: /pci@0,0/pci17aa,20f2@1b
> >>> > bus addr:   1b
> >>> > pci path:   0,1b,0
> >>> > compatible name:(pciex8086,293e.17aa.20f2.3)(p
> >>> ciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(
> >>> pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.
> >>> 3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(
> >>> pci8086,293e)(pciclass,040300)(pciclass,0403)
> >>> > driver name:audiohd
> >>> > instance:   0
> >>> > driver state:   Attached
> >>> > fm-errcb-capable:   TRUE
> >>> > fm-ereport-capable: TRUE
> >>> > ddi-no-autodetach:  1
> >>> > audiohd_beep:   1
> >>> > sample-rate:bb80
> >>> > sample-bits:10
> >>> > acpi-namespace: _SB_.PCI0.HDEF
> >>> > assigned-addresses: 8300d810
> >>> > reg:d800
> >>> > compatible: pciex8086,293e.17aa.20f2.3
> >>> > model:  Mixed Mode device
> >>> > power-consumption:  1
> >>> > devsel-speed:   0
> >>> > interrupts: 2
> >>> > subsystem-vendor-id:17aa
> >>> > subsystem-id:   20f2
> >>> > unit-address:   1b
> >>> > class-code: 40300
> >>> > revision-id:3
> >>> > vendor-id:  8086
> >>> >
> >>> > regard
> >>>
> >>> Hi,
> >>>
> >>> I had the same issue, I believe that is common to all OpenSOlaris
> >>> installs.
> >>>
> >>
> >> I believe this is a limitation of the OSS Pulseaudio backend which
> >> picks the first detected device.
> >>
> >
> > Thank you, I was wondering why.
> >
> > If it is common, perhaps it would be nice to add it somewhere on the
> > OpenIndiana wiki or Handbook.
> >
> > I am still testing my system, later on I could send a pull request with
> > that text.
> >
> > The more I use OpenIndiana, the more I love it!
> >
> > Now, I will try to install it on two more machines, an HP Z620
> workstation
> > with Xeon E5, and a custom made workstation with AMD 1950X Threadripper.
> I
> > will report back.
> >
> >
> > Priyadarshan
> >
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
> >
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
---
Praise the Caffeine embeddings
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Francis.D
I didn't quite understand the solution. Do I need to edit a file?
I also forgot to mention that I have the same sound problem on the
installation I did on my desktop (in virtualbox)

On the Desktop I have a dedicated Asus D1 sound card whose driver is
cmi8788.

There seems to be a problem with Pulseaudio.
If you have a solution eventually, I'll apply it.

2018-03-07 13:24 GMT-05:00 Priyadarshan via openindiana-discuss <
openindiana-discuss@openindiana.org>:

> On 2018-03-07 19:18, Aurelien Larcher wrote:
>
>> Le Mercredi 7 mars 2018, Priyadarshan via openindiana-discuss a écrit :
>>
>>> On 2018-03-07 18:49, Francis.D wrote:
>>>
>>> > Hi,
>>> >
>>> > I did the real installation on my Lenovo T400 and all works perfectly.
>>> > The only problem is the sound. I don't have any sound. Even if the
>>> drivers are installed.
>>> >
>>> > result ocmmande
>>> >
>>> > ls -l
>>> >
>>> > total 224920
>>> > -rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem
>>> >
>>> > Reference driver
>>> >
>>> > pci17aa,20f2
>>> > Vendor: Intel Corporation
>>> > Device: 82801I (ICH9 Family) HD Audio
>>> Controller
>>> > Sub-Vendor: Lenovo
>>> > binding name:   pciexclass,0403
>>> > devfs path: /pci@0,0/pci17aa,20f2@1b
>>> > bus addr:   1b
>>> > pci path:   0,1b,0
>>> > compatible name:(pciex8086,293e.17aa.20f2.3)(p
>>> ciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(
>>> pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.
>>> 3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(
>>> pci8086,293e)(pciclass,040300)(pciclass,0403)
>>> > driver name:audiohd
>>> > instance:   0
>>> > driver state:   Attached
>>> > fm-errcb-capable:   TRUE
>>> > fm-ereport-capable: TRUE
>>> > ddi-no-autodetach:  1
>>> > audiohd_beep:   1
>>> > sample-rate:bb80
>>> > sample-bits:10
>>> > acpi-namespace: _SB_.PCI0.HDEF
>>> > assigned-addresses: 8300d810
>>> > reg:d800
>>> > compatible: pciex8086,293e.17aa.20f2.3
>>> > model:  Mixed Mode device
>>> > power-consumption:  1
>>> > devsel-speed:   0
>>> > interrupts: 2
>>> > subsystem-vendor-id:17aa
>>> > subsystem-id:   20f2
>>> > unit-address:   1b
>>> > class-code: 40300
>>> > revision-id:3
>>> > vendor-id:  8086
>>> >
>>> > regard
>>>
>>> Hi,
>>>
>>> I had the same issue, I believe that is common to all OpenSOlaris
>>> installs.
>>>
>>
>> I believe this is a limitation of the OSS Pulseaudio backend which
>> picks the first detected device.
>>
>
> Thank you, I was wondering why.
>
> If it is common, perhaps it would be nice to add it somewhere on the
> OpenIndiana wiki or Handbook.
>
> I am still testing my system, later on I could send a pull request with
> that text.
>
> The more I use OpenIndiana, the more I love it!
>
> Now, I will try to install it on two more machines, an HP Z620 workstation
> with Xeon E5, and a custom made workstation with AMD 1950X Threadripper. I
> will report back.
>
>
> Priyadarshan
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Missing? svc:/application/pkg/zones-proxy-client

2018-03-07 Thread Stephan Althaus

Hi!

Thanks for your hints!

Not all of my zones where running, so there was no easy way to set the 
publishers in the NGZ's.


Your hints pointed me to this page
http://alp-notes.blogspot.de/2016/03/converting-linked-images-zones-to-non.html

Following the instructions,
after editing the    /etc/zones/zoneX.xml
and removing   /zones/build/zoneX/root/var/pkg/linked
for every zone X
the installation finished properly :-)

I'm happy :-)

Thanks!!

On 07.03.2018 09:33, Alexander Pyhalov wrote:

On 03/07/18 12:32 AM, Stephan Althaus wrote:

Hello All!

While trying to test-install libreoffice  to resolve the problem
"Invalid child image publisher configuration.  Child image publisher
configuration must be a superset of the parent image publisher 
configuration."

because i have non-global zones..


Hi.
If you use 'ipkg'-branded zones (default), all publishers present in 
GZ should be present in NGZ (and in the same order). That's what the 
error message says.





___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Priyadarshan via openindiana-discuss

On 2018-03-07 19:18, Aurelien Larcher wrote:

Le Mercredi 7 mars 2018, Priyadarshan via openindiana-discuss a écrit :

On 2018-03-07 18:49, Francis.D wrote:

> Hi,
>
> I did the real installation on my Lenovo T400 and all works perfectly.
> The only problem is the sound. I don't have any sound. Even if the drivers 
are installed.
>
> result ocmmande
>
> ls -l
>
> total 224920
> -rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem
>
> Reference driver
>
> pci17aa,20f2
> Vendor: Intel Corporation
> Device: 82801I (ICH9 Family) HD Audio Controller
> Sub-Vendor: Lenovo
> binding name:   pciexclass,0403
> devfs path: /pci@0,0/pci17aa,20f2@1b
> bus addr:   1b
> pci path:   0,1b,0
> compatible name:
(pciex8086,293e.17aa.20f2.3)(pciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(pci8086,293e)(pciclass,040300)(pciclass,0403)
> driver name:audiohd
> instance:   0
> driver state:   Attached
> fm-errcb-capable:   TRUE
> fm-ereport-capable: TRUE
> ddi-no-autodetach:  1
> audiohd_beep:   1
> sample-rate:bb80
> sample-bits:10
> acpi-namespace: _SB_.PCI0.HDEF
> assigned-addresses: 8300d810
> reg:d800
> compatible: pciex8086,293e.17aa.20f2.3
> model:  Mixed Mode device
> power-consumption:  1
> devsel-speed:   0
> interrupts: 2
> subsystem-vendor-id:17aa
> subsystem-id:   20f2
> unit-address:   1b
> class-code: 40300
> revision-id:3
> vendor-id:  8086
>
> regard

Hi,

I had the same issue, I believe that is common to all OpenSOlaris
installs.


I believe this is a limitation of the OSS Pulseaudio backend which
picks the first detected device.


Thank you, I was wondering why.

If it is common, perhaps it would be nice to add it somewhere on the 
OpenIndiana wiki or Handbook.


I am still testing my system, later on I could send a pull request with 
that text.


The more I use OpenIndiana, the more I love it!

Now, I will try to install it on two more machines, an HP Z620 
workstation with Xeon E5, and a custom made workstation with AMD 1950X 
Threadripper. I will report back.


Priyadarshan

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Aurelien Larcher


Le Mercredi 7 mars 2018, Priyadarshan via openindiana-discuss a écrit :
> On 2018-03-07 18:49, Francis.D wrote:
> 
> > Hi,
> > 
> > I did the real installation on my Lenovo T400 and all works perfectly. 
> > The only problem is the sound. I don't have any sound. Even if the drivers 
> > are installed. 
> > 
> > result ocmmande
> > 
> > ls -l
> > 
> > total 224920
> > -rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem
> > 
> > Reference driver
> > 
> > pci17aa,20f2
> > Vendor: Intel Corporation
> > Device: 82801I (ICH9 Family) HD Audio Controller
> > Sub-Vendor: Lenovo
> > binding name:   pciexclass,0403
> > devfs path: /pci@0,0/pci17aa,20f2@1b
> > bus addr:   1b
> > pci path:   0,1b,0
> > compatible name:
> > (pciex8086,293e.17aa.20f2.3)(pciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(pci8086,293e)(pciclass,040300)(pciclass,0403)
> > driver name:audiohd
> > instance:   0
> > driver state:   Attached
> > fm-errcb-capable:   TRUE
> > fm-ereport-capable: TRUE
> > ddi-no-autodetach:  1
> > audiohd_beep:   1
> > sample-rate:bb80
> > sample-bits:10
> > acpi-namespace: _SB_.PCI0.HDEF
> > assigned-addresses: 8300d810
> > reg:d800
> > compatible: pciex8086,293e.17aa.20f2.3
> > model:  Mixed Mode device
> > power-consumption:  1
> > devsel-speed:   0
> > interrupts: 2
> > subsystem-vendor-id:17aa
> > subsystem-id:   20f2
> > unit-address:   1b
> > class-code: 40300
> > revision-id:3
> > vendor-id:  8086
> > 
> > regard
> 
> Hi, 
> 
> I had the same issue, I believe that is common to all OpenSOlaris
> installs.

I believe this is a limitation of the OSS Pulseaudio backend which picks the 
first detected device.


 
> 
> The instructions in the comment at the bottom of this page helped me: 
> 
> https://distrowatch.com/table.php?distribution=xstreamos 
> 
> Copy and pasting here: 
> 
>  
> 
> Also like any Solaris based systems (Solaris 11.3 or OpenIndiana) when
> installing on real hardware 
> audio defaults to wrong device (audiohd#0), to switch default to
> audiohd#1 (to have sound in Firefox) 
> remove existing links 
> # rm /dev/audio 
> # rm /dev/audioctl 
> # rm /dev/dsp 
> create new 
> # ln -s /dev/sound/1 /dev/audio 
> # ln -s /dev/sound/1ctl /dev/audioctl 
> # ln -s /dev/dsp1 /dev/dsp 
> 
> to see settings before/after change use 
> $ ls -l /dev/audio 
> $ ls -l /dev/audioctl 
> $ ls -l /dev/dsp 
> to see available options 
> $ cat /dev/sndstat 
> $ ls /dev/sound 
> 
> === 
> 
> Priyadarshan
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>

-- 
Envoyé depuis mon Jolla
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Sound issue [was Fwd: [oi-dev] [call for testing] KPTI images]

2018-03-07 Thread Priyadarshan via openindiana-discuss
On 2018-03-07 18:49, Francis.D wrote:

> Hi,
> 
> I did the real installation on my Lenovo T400 and all works perfectly. 
> The only problem is the sound. I don't have any sound. Even if the drivers 
> are installed. 
> 
> result ocmmande
> 
> ls -l
> 
> total 224920
> -rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem
> 
> Reference driver
> 
> pci17aa,20f2
> Vendor: Intel Corporation
> Device: 82801I (ICH9 Family) HD Audio Controller
> Sub-Vendor: Lenovo
> binding name:   pciexclass,0403
> devfs path: /pci@0,0/pci17aa,20f2@1b
> bus addr:   1b
> pci path:   0,1b,0
> compatible name:
> (pciex8086,293e.17aa.20f2.3)(pciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(pci8086,293e)(pciclass,040300)(pciclass,0403)
> driver name:audiohd
> instance:   0
> driver state:   Attached
> fm-errcb-capable:   TRUE
> fm-ereport-capable: TRUE
> ddi-no-autodetach:  1
> audiohd_beep:   1
> sample-rate:bb80
> sample-bits:10
> acpi-namespace: _SB_.PCI0.HDEF
> assigned-addresses: 8300d810
> reg:d800
> compatible: pciex8086,293e.17aa.20f2.3
> model:  Mixed Mode device
> power-consumption:  1
> devsel-speed:   0
> interrupts: 2
> subsystem-vendor-id:17aa
> subsystem-id:   20f2
> unit-address:   1b
> class-code: 40300
> revision-id:3
> vendor-id:  8086
> 
> regard

Hi, 

I had the same issue, I believe that is common to all OpenSOlaris
installs. 

The instructions in the comment at the bottom of this page helped me: 

https://distrowatch.com/table.php?distribution=xstreamos 

Copy and pasting here: 

 

Also like any Solaris based systems (Solaris 11.3 or OpenIndiana) when
installing on real hardware 
audio defaults to wrong device (audiohd#0), to switch default to
audiohd#1 (to have sound in Firefox) 
remove existing links 
# rm /dev/audio 
# rm /dev/audioctl 
# rm /dev/dsp 
create new 
# ln -s /dev/sound/1 /dev/audio 
# ln -s /dev/sound/1ctl /dev/audioctl 
# ln -s /dev/dsp1 /dev/dsp 

to see settings before/after change use 
$ ls -l /dev/audio 
$ ls -l /dev/audioctl 
$ ls -l /dev/dsp 
to see available options 
$ cat /dev/sndstat 
$ ls /dev/sound 

=== 

Priyadarshan
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Fwd: [oi-dev] [call for testing] KPTI images

2018-03-07 Thread Francis.D
Hi,

I did the real installation on my Lenovo T400 and all works perfectly.
The only problem is the sound. I don't have any sound. Even if the drivers
are installed.


result ocmmande

ls -l

total 224920
-rw-r--r-r---1 boo staff 1644 mars 7 12:58 audiosondriverproblem


Reference driver

pci17aa,20f2
Vendor: Intel Corporation
Device: 82801I (ICH9 Family) HD Audio Controller
Sub-Vendor: Lenovo
binding name:   pciexclass,0403
devfs path: /pci@0,0/pci17aa,20f2@1b
bus addr:   1b
pci path:   0,1b,0
compatible name:
(pciex8086,293e.17aa.20f2.3)(pciex8086,293e.17aa.20f2)(pciex8086,293e.3)(pciex8086,293e)(pciexclass,040300)(pciexclass,0403)(pci8086,293e.17aa.20f2.3)(pci8086,293e.17aa.20f2)(pci17aa,20f2)(pci8086,293e.3)(pci8086,293e)(pciclass,040300)(pciclass,0403)
driver name:audiohd
instance:   0
driver state:   Attached
fm-errcb-capable:   TRUE
fm-ereport-capable: TRUE
ddi-no-autodetach:  1
audiohd_beep:   1
sample-rate:bb80
sample-bits:10
acpi-namespace: _SB_.PCI0.HDEF
assigned-addresses: 8300d810
reg:d800
compatible: pciex8086,293e.17aa.20f2.3
model:  Mixed Mode device
power-consumption:  1
devsel-speed:   0
interrupts: 2
subsystem-vendor-id:17aa
subsystem-id:   20f2
unit-address:   1b
class-code: 40300
revision-id:3
vendor-id:  8086

regard

2018-03-06 9:01 GMT-05:00 Priyadarshan via openindiana-discuss <
openindiana-discuss@openindiana.org>:

> On 2018-03-06 14:55, Till Wegmüller wrote:
>
>> Hi and welcome in the community
>>
>>
>> On 06.03.2018 14:48, Priyadarshan via openindiana-discuss wrote:
>>
>>>
>>>
>>> Thank you very much for the clarification.
>>>
>>> I am coming from FreeBSD (since 2002, both on servers and workstations).
>>>
>>> I am just getting my feet wet with openindiana.
>>>
>>> I am studying Pro OpenSolaris, and getting to OpenSolaris Bible later,
>>> having my first install on a ThinkPad W541. I must say, I was impressed
>>> on how smooth and flawless the install was, in comparison to Win 10,
>>> FreeBSD 11 or even Linux Mint.
>>>
>>> From the overall feel of it I know this is home.
>>>
>>> I would like very much to contribute some packages, when (if ever)  I'll
>>> have enough expertise.
>>>
>>
>> If you are studying the books you will definately have enough expertise.
>> The Packaging is made with Custom makefiles based on the current
>> solaris-gate.
>>
>> You can find documentation here:
>> https://wiki.openindiana.org/oi/Building+with+oi-userland
>>
>> The Source here: https://github.com/OpenIndiana/oi-userland
>>
>>
>> As I understand, then, it would be better to contribute to openindiana
>>> repositories, as found here:https://www.openindiana.org/packages/
>>>
>>> When the time will come, would I be able to "pester" people on this
>>> list, in regards to creating new packages? Or better the oi-dev list?
>>>
>>>
>> For packaging help you will definately get help on oi-dev. We also have
>> irc channels on freenode if you prefer that.
>>
>> Greetings
>> Till
>>
>
>
> Thank you for the pointers, and the welcome.
>
>
> Priyadarshan
>
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] EDID fixes for drm/intel

2018-03-07 Thread Aurélien Larcher
On Wed, Mar 7, 2018 at 1:40 PM, Michal Nowak  wrote:

> On Wednesday, March 7, 2018 at 1:15 PM, Aurélien Larcher <
> aurelien.larc...@gmail.com> wrote:
> > Hi,
> > I have updated quirks and display modes in the EDID code of the drm
> kernel
> > driver at:
> >
> > http://pkg.openindiana.org/xorg-testing/
> >
> > Some display modes for laptop were missing.
> > See if the drm package pushed there helps with the display issues on
> > Thinkpads X220/X230.
> >
> > Aurélien
>
> Forgot what was the issue with Thinkpads X220/X230 but this recent commit
> might be of use: https://cgit.freedesktop.org/xorg/xserver/commit/?id=
> a5e9bcad7ad0887f804905b482894b85751519fb


Thanks for the pointer, definitely cannot hurt:

https://github.com/OpenIndiana/oi-userland/pull/4031

Aurélien


>
>
> Michal
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
---
Praise the Caffeine embeddings
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] EDID fixes for drm/intel

2018-03-07 Thread Michal Nowak
On Wednesday, March 7, 2018 at 1:15 PM, Aurélien Larcher 
 wrote:
> Hi,
> I have updated quirks and display modes in the EDID code of the drm kernel
> driver at:
> 
> http://pkg.openindiana.org/xorg-testing/
> 
> Some display modes for laptop were missing.
> See if the drm package pushed there helps with the display issues on
> Thinkpads X220/X230.
> 
> Aurélien

Forgot what was the issue with Thinkpads X220/X230 but this recent commit might 
be of use: 
https://cgit.freedesktop.org/xorg/xserver/commit/?id=a5e9bcad7ad0887f804905b482894b85751519fb

Michal

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] EDID fixes for drm/intel

2018-03-07 Thread Aurélien Larcher
Hi,
I have updated quirks and display modes in the EDID code of the drm kernel
driver at:

http://pkg.openindiana.org/xorg-testing/

Some display modes for laptop were missing.
See if the drm package pushed there helps with the display issues on
Thinkpads X220/X230.

Aurélien

-- 
---
Praise the Caffeine embeddings
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Missing? svc:/application/pkg/zones-proxy-client

2018-03-07 Thread Alexander Pyhalov

On 03/07/18 12:32 AM, Stephan Althaus wrote:

Hello All!

While trying to test-install libreoffice  to resolve the problem
"Invalid child image publisher configuration.  Child image publisher
configuration must be a superset of the parent image publisher 
configuration."

because i have non-global zones..


Hi.
If you use 'ipkg'-branded zones (default), all publishers present in GZ 
should be present in NGZ (and in the same order). That's what the error 
message says.


--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss