You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,14 @@ This setup should work for a variety of rg351 devices, including the rg351m, rg3
7
7
3. Put the SD card in your device and boot it up
8
8
4. Under Ports you should now see an m8 item with a few scripts
9
9
- SETUP - will install libserialport and add your user to the proper group to interact with serial devices.
10
-
- M8 - launches m8c
10
+
- M8 - launches m8c (uses alsaloop for audio)
11
+
- SETUP_PULSE - installs pulseaudio if you prefer that audio subsystem
12
+
- M8_PULSE - run m8c using pulseaudio
11
13
-_setup_build_tools.sh - install headers and build tools for compiling m8c
12
14
-_build_m8c.sh - build the binary
13
15
5. Connect your device to the internet (Wifi dongle or built-in wifi). It's required for SETUP so that packages can be installed, but not for running m8c itself.
14
-
6. Run the SETUP task and then reboot the device to ensure the user group changes take effect
15
-
7. Now try running M8. If you're lucky it'll all work!
16
+
6. Run the SETUP or SETUP_PULSE task and then reboot the device to ensure the user group changes take effect
17
+
7. Now try running M8 or M8_PULSE. If you're lucky it'll all work!
16
18
17
19
## Building
18
20
@@ -22,4 +24,18 @@ You can run the `_setup_build_tools.sh` and `_build_m8c.sh` scripts to rebuild m
22
24
23
25
### No audio
24
26
25
-
Check alsamixer settings.
27
+
The pulseaudio setup uses device numbers to avoid needing to look up device names. It has worked consistently for me but you may need to use different device numbers or names depending on your setup. You can see device names and numbers using these commands:
0 commit comments