Control Panel for USB-Soundcard (Soundcraft notepad 12fx)

Questions about Wine on Linux
Locked
udaemon
Newbie
Newbie
Posts: 3
Joined: Mon May 13, 2019 7:23 am

Control Panel for USB-Soundcard (Soundcraft notepad 12fx)

Post by udaemon »

Hello,
I'm trying to get the control panel of the soundcraft notepad 12fx USB audio interface working. the soundcard works well in linux, but the manufacturer delivers a litte control program with which you can choose the device's internal routing (to explain that in short: the device sends tthe signals of 4 channels via USB to the computer. in the control panel you can select which channels of the 12 available to be sent to the computer as signals 3&4 (because signals 1&2 are fix).

I would really like to get this going since as it is now the soundcard lacks a major feature for my purpose.

do you think this could be possible at all since it has to deal drivers and hardware devices/connections?

I have managed to get the control panel working, but the device is not recognized.
the terminal output is as follows:

Code: Select all

[udaemon@X270lx x64]$ wine SoundcraftUSBCpl.exe 
0009:fixme:ntdll:EtwEventRegister ({5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0x3c27f0, 0x3d0030, 0x3d0048) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x3c2560, 43) stub
0009:fixme:file:FindFirstFileExW flags not implemented 0x00000002
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x34f168,0x00000000), stub!
002b:fixme:ver:GetCurrentPackageId (0x1cffe9c (nil)): stub
0009:fixme:win:RegisterDeviceNotificationW (hwnd=0x20060, filter=0x34fca0,flags=0x00000000) returns a fake device notification handle!
002a:fixme:file:FindFirstFileExW flags not implemented 0x00000002
0009:fixme:font:RemoveFontMemResourceEx (0x87713239) stub
0009:fixme:font:RemoveFontMemResourceEx (0x877282c1) stub
0009:fixme:font:RemoveFontMemResourceEx (0x877e7b31) stub
0009:fixme:file:FindFirstFileExW flags not implemented 0x00000002
0009:fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute
0009:fixme:dwmapi:DwmIsCompositionEnabled 0x349acc
0009:fixme:dwmapi:DwmEnableBlurBehindWindow 0x20044 0x349ad0
0009:fixme:file:FindFirstFileExW flags not implemented 0x00000002
0009:fixme:msg:ChangeWindowMessageFilterEx 0x30044 c040 1 (nil)
0009:fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute
it may have something to do with ntll or ntoskrnl, but I have no clue.
hence, I'm grateful for any hint!

thank you!
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Control Panel for USB-Soundcard (Soundcraft notepad 12fx

Post by lahmbi5678 »

Wine doesn't support Windows hardware drivers. Your tool probably tries to access the hardware in similar hardware-related way. Depending on how that access would be done it may be an issue that may easily be fixed or may only be solved, if wine would support Windows drivers, which may not happen in the next few years.

You still could file a bug report, in the worst case they will tell you, that it can't be fixed atm.
Locked