I use my Linux desktop, which has both wired and wireless network adapters, to connect my Xbox 360 to the wireless network. My wireless driver (rt73usb in 2.6.28) does not support source address spoofing, which is needed for bridging, so I used routing instead. This broke UPnP IGD port forwarding, which uses multicast and doesn’t […]
Archive of entries posted on
pulseaudio module-combine arguments
I installed pulseaudio 0.9.13 in sidux (from experimental), and discovered that the FAQ about sending playback to two devices simultaneously is out of date. The correct syntax is: load-module module-combine sink_name=combined slaves=output0,output1 i.e. the master argument is no longer used. I discovered this by looking at src/modules/module-combine.c: … PA_MODULE_USAGE( Â Â Â Â Â Â Â “sink_name=<name for the sink> ” […]