You are not logged in.
Pages: 1
I'm following the directions in
http://appdb.winehq.org/objectManager.p … &iId=13563
to get Dragon NaturallySpeaking (DNS) 10-standard working on cruncheee
08.10. The first step is to download winetricks and run it. An error
message occurs when I use winetricks. I.e.
$ sh winetricks gdiplus fontfix
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cee4
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1.0.0\\wine_gecko\\components\\xpti.dat" 1 536870916 (nil) (nil) 0x21ffdc (nil)
fixme:iphlpapi:NotifyAddrChange (Handle 0x301e918, overlapped 0x301e920): stub
fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1.0.0\\wine_gecko\\components\\compreg.dat" 1 536870916 (nil) (nil) 0x1e4a8fc (nil)
fixme:shell:DllCanUnloadNow stub
wine: configuration in '/home/rscheng/.wine' has been updated.
Executing wget -O ppviewer.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/a/1/a/a1adc39b-9827-4c7a-890b-91396aed2b86/ppviewer.exe
--2009-09-30 10:04:22-- http://download.microsoft.com/download/a/1/a/a1adc39b-9827-4c7a-890b-91396aed2b86/ppviewer.exe
Resolving download.microsoft.com... 208.111.129.173, 208.111.129.175
Connecting to download.microsoft.com|208.111.129.173|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1951432 (1.9M) [application/octet-stream]
Saving to: `ppviewer.exe'
100%[======================================>] 1,951,432 79.0K/s in 24s
2009-09-30 10:04:47 (78.3 KB/s) - `ppviewer.exe' saved [1951432/1951432]
Executing wine /home/rscheng/.winetrickscache/ppviewer.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:advapi:LookupAccountNameW (null) L"rscheng" (nil) 0x33f7bc (nil) 0x33f7c0 0x33f7b4 - stub
fixme:advapi:LookupAccountNameW (null) L"rscheng" 0x12a4b0 0x33f7bc 0x12bdb8 0x33f7c0 0x33f7b4 - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:mscoree:LoadLibraryShim (0x7ee3538c L"fusion.dll", (nil), (nil), 0x33fa14): semi-stub
fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 1 ignored L"Shortcut" table values
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
fixme:shell:DllCanUnloadNow stub
Executing cp /home/rscheng/.wine/dosdevices/c:/Program Files/Microsoft Office/PowerPoint Viewer/GDIPLUS.DLL /home/rscheng/.wine/drive_c/windows/system32/
Using native override for following DLLs: gdiplus
Executing wine regedit /home/rscheng/.wine/drive_c/winetrickstmp/override-dll.reg
Install of gdiplus done
Install of fontfix done
winetricks done.
fixme:shell:DllCanUnloadNow stubThe first line is an error message complaining it didn't see /dev/snd/seq .
and mentioned ALSA. So I decide to use winecfg to change to OSS (I have to change to OSS anyway for DNS). Running winetrick again gets:
$ sh winetricks gdiplus fontfix
Executing wine /home/rscheng/.winetrickscache/ppviewer.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:advapi:LookupAccountNameW (null) L"rscheng" (nil) 0x33f7bc (nil) 0x33f7c0 0x33f7b4 - stub
fixme:advapi:LookupAccountNameW (null) L"rscheng" 0x131df0 0x33f7bc 0x12a390 0x33f7c0 0x33f7b4 - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:mscoree:LoadLibraryShim (0x7ee3538c L"fusion.dll", (nil), (nil), 0x33fa14): semi-stub
fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 1 ignored L"Shortcut" table values
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
fixme:shell:DllCanUnloadNow stub
Executing cp /home/rscheng/.wine/dosdevices/c:/Program Files/Microsoft Office/PowerPoint Viewer/GDIPLUS.DLL /home/rscheng/.wine/drive_c/windows/system32/
Using native override for following DLLs: gdiplus
Executing wine regedit /home/rscheng/.wine/drive_c/winetrickstmp/override-dll.reg
Install of gdiplus done
Install of fontfix done
winetricks done.
fixme:shell:DllCanUnloadNow stubI still get the same error - can't open /dev/snd/seq .
The sound modules (snd-pcm-oss, snd-seq-oss, and
snd-mixer-oss???) are missing. So I used
modprobe snd-pcm-oss
modprobe snd-seq-oss
modprobe snd-mixer-oss
before running winetricks. But I can't do this. I.e.,
$ modprobe snd-pcm-oss
WARNING: Error inserting snd_mixer_oss (/lib/modules/2.6.27-8-eeepc-lean/kernel/sound/core/oss/snd-mixer-oss.ko): Operation not permitted
FATAL: Error inserting snd_pcm_oss (/lib/modules/2.6.27-8-eeepc-lean/kernel/sound/core/oss/snd-pcm-oss.ko): Operation not permitted
$ modprobe snd-seq-oss
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.27-8-eeepc-lean/kernel/sound/core/seq/snd-seq-device.ko): Operation not permitted
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.27-8-eeepc-lean/kernel/sound/core/seq/snd-seq-device.ko): Operation not permitted
FATAL: Error inserting snd_seq (/lib/modules/2.6.27-8-eeepc-lean/kernel/sound/core/seq/snd-seq.ko): Operation not permitted
WARNING: Error running install command for snd_seq
WARNING: Error inserting snd_seq_midi_event (/lib/modules/2.6.27-8-eeepc-lean/kernel/sound/core/seq/snd-seq-midi-event.ko): Operation not permitted
FATAL: Error inserting snd_seq_oss (/lib/modules/2.6.27-8-eeepc-lean/kernel/sound/core/seq/oss/snd-seq-oss.ko): Operation not permitted
$ modprobe snd-mixer-oss
FATAL: Error inserting snd_mixer_oss (/lib/modules/2.6.27-8-eeepc-lean/kernel/sound/core/oss/snd-mixer-oss.ko): Operation not permittedWhat is my solution? Wrong sound modules??? Missing something?
Fyi, I'm running cruncheee 8.10 on this eee 701 4G laptop. And the
lspci and lsmod outputs are
http://shengchieh.50webs.com/Laptoplspci.txt
http://shengchieh.50webs.com/Laptoplsmod.txt
Thank in advanced for any help.
Sheng-Chieh
p.s. Searching the !# forum for /dev/snd/seq didn't help.
Tux's Links
http://shengchieh.50webs.com/tuxslinks.html
Offline
Have you tried using the normal (or full) kernel instead of lean?
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
No. And I'm reluctant to. I only have 4G on this eee laptop. And I already used 2/3 of thie space and still haven't put on Dragon NaturallySpeaking
nor account for all the data I will create.
Better if I can add a sound program or whatever that adds the sound modules I need.
Sheng-Chieh
Tux's Links
http://shengchieh.50webs.com/tuxslinks.html
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.