This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mirdellt410> i need some help debugging an issue | |
| <mirdellt410> my audio would sometimes freeze perticulatly my mic | |
| <mirdellt410> i look at pavucontrol and the vu for the mic input and it would randomly freeze | |
| <mirdellt410> the only thing i got was some URB errors in dmesg | |
| <mirdellt410> which was pointless | |
| <mirdellt410> http://paste.opensuse.org/57033753 this looked more useful |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thread 1 "obs" received signal SIGSEGV, Segmentation fault. | |
| 0x00007ffff44c4023 in QObjectPrivate::addConnection(int, QObjectPrivate::Connection*) () from /usr/lib64/libQt5Core.so.5 | |
| (gdb) bt | |
| #0 0x00007ffff44c4023 in QObjectPrivate::addConnection(int, QObjectPrivate::Connection*) () at /usr/lib64/libQt5Core.so.5 | |
| #1 0x00007ffff44c5f36 in QObjectPrivate::connectImpl(QObject const*, int, QObject const*, void**, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int const*, QMetaObject const*) () at /usr/lib64/libQt5Core.so.5 | |
| #2 0x00007ffff44c62c5 in QObject::connectImpl(QObject const*, void**, QObject const*, void**, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int const*, QMetaObject const*) () at /usr/lib64/libQt5Core.so.5 | |
| #3 0x00007fffc7ba8e8c in InitSceneSwitcher () at /usr//lib/obs-plugins/frontend-tools.so | |
| #4 0x00007fffc7bbe0db in obs_module_load () at /usr//lib/obs-plugins/frontend-tools.so | |
| #5 0x00007ffff51478d4 in obs_init_module (module=0x555555cca480) at /home/mirdellt410/bin/obs-studio/libobs/ob |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zypper in --force $(rpmqpack) |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Configuring Blender in "/home/mirdellt410/bin/build_linux" ... | |
| -- Performing Test SUPPORT_SSE_BUILD | |
| -- Performing Test SUPPORT_SSE_BUILD - Success | |
| -- SSE Support: detected. | |
| -- Performing Test SUPPORT_SSE2_BUILD | |
| -- Performing Test SUPPORT_SSE2_BUILD - Success | |
| -- SSE2 Support: detected. | |
| -- Found Git: /usr/bin/git (found version "2.13.6") | |
| -- Looking for C++ include memory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Source: https://christianmoser.me/use-apples-usb-superdrive-with-linux/ | |
| # Install package (Debian/Ubuntu) | |
| sudo apt-get install sg3-utils | |
| # Look for the entry /dev/sr* | |
| ls /dev | |
| # Change the device if necessary, and do magic... | |
| sg_raw /dev/sr0 EA 00 00 00 00 00 01 |