Guide To Setting Up Mumble On Raspberry Pi  

Use this page to discuss changes to this wiki article.

Post Comment
my bad pi didnt get ip
# Aug 10 2013 at 4:43 AM Rating: Decent
sorry my bad found the solution: for some reason my pi didnt want to get ip from dhcp so had to assign it manually:
commands with example vallues
cd /etc/network
sudo nano interfaces

auto lo

iface lo inet loopback
iface eth0 inet static
addres 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1

and
sudo nano /etc/resolv.conf
nameserver 192.168.1.1
New versions?
# Aug 10 2013 at 3:29 AM Rating: Decent
Hi and thank you for the guide. I recently tried to install it but apparantly it cant find all the required repositories for mumble-server. It says theyre missing do you have any tips for that?
Post Comment

Free account required to post

You must log in or create an account to post messages.