Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkeyricky committed Feb 2, 2014
1 parent 7ff6f97 commit 5f9d6b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@ Copyright 2013
2. No HDCP support (cannot remote Netflix or Google Music).

### Install Driver:
1. sudo cp env/8188eu.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
2. sudo depmod -a
3. sudo modprobe 8188eu
1. sudo cp env/8188eu.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
2. sudo depmod -a
3. sudo modprobe 8188eu

### Install DHCP server
1. sudo apt-get install isc-dhcp-server
2. cp env/isc-dhcp-server /etc/default
3. cp dhcpd.conf /etc/dhcp/
1. sudo apt-get install isc-dhcp-server
2. sudo cp env/isc-dhcp-server /etc/default
3. sudo cp env/dhcpd.conf /etc/dhcp/
4. sudo cp env/interfaces /etc/network/interfaces

### Compile the project:
1. cd target
2. make core

### Reboot after installation is completed:
1. sudo reboot

### To run Piracast:
1. cd scripts
2. sudo python piracast.py
1 change: 1 addition & 0 deletions env/interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ auto lo
iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
iface wlan0 inet static
address 192.168.2.254
netmask 255.255.255.0
Expand Down

0 comments on commit 5f9d6b7

Please sign in to comment.