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 <aurelien.larc...@gmail.com>:

> On Thu, Mar 8, 2018 at 2:07 AM, Francis.D <ange...@gmail.com> 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...
>         <left> ................OK
>         <right> ...............OK
>         <stereo> ..............OK
>         <measured sample rate 47949,00 Hz (-0,11%)>
>
>
>
>
>
>
>
>
> >
> >
> > 2018-03-07 19:46 GMT-05:00 Aurélien Larcher <aurelien.larc...@gmail.com
> >:
> >
> > > 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
> > >
> > _______________________________________________
> > 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
>
_______________________________________________
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to