Take a look here. http://www.daveconroy.com/turn-your-ras ... s-chipset/. This is for the 8192cu/8188cu driver but I would also expect it to work for the 8188eu driver.SpaceCowboy wrote:Is there a way to configure my etc/network/interfaces file to work with my wifi dongle plugged in an access point and a hardwired internet line plugged in to the ethernet adapter? I have all the proper 8188eu drivers and hostapd installed for the wifi access point. I just can't get both the AP and the hard wire to work at the same time.
Oops.SpaceCowboy wrote:The link you provided points back to the this post. Maybe you copy/pasted the incorrect link?
The Android will not connect if it doesn't get the right response to DHCP requests. This will require the AP's wired connection to be connected to a router that can supply the necessary DHCP responses.SpaceCowboy wrote:That's the post I've used for setting up the AP. However, I never applied the bridge. Looks like that was the trick in getting both the dongle and hardwired ethernet to work at the same time.
A further issue is that I can see the WiFi AP from an Android device, but its not allowing me to connect to it even though I'm using the correct pass phrase. Any thoughts on what I might look for?
OK, I installed isc-dhcp-server on one of my Pi's. It generated a couple of error messages when I ran command sudo /etc/init.d/isc-dhcp-server restart but no error about a missing semicolon. I just used the file /etc/dhcp/dhcpd.conf as it was when installed.SpaceCowboy wrote:I got a little further using the other post from Dave Conroy.
However, I'm stuck with a silly error when I run the following command:
sudo /etc/init.d/isc-dhcp-server restart
Its stating that on line 25 its expecting a semicolon. The semicolon is present on that line. The line is:
option domain-name-servers 8.8.8.8, 8.8.4.4;
#
# Sample configuration file for ISC dhcpd for Debian
#
#
# The ddns-updates-style parameter controls whether or not the server will
# attempt to do a DNS update when a lease is confirmed. We default to the
# behavior of the version 2 packages ('none', since DHCP v2 didn't
# have support for DDNS.)
ddns-update-style none;
# option definitions common to all supported networks...
option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 600;
max-lease-time 7200 <------REMOVED the semicolon at the end of this line
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;
# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7; <--- error reported on this line number 25
# No service will be given on this subnet, but declaring it helps the
# DHCP server to understand the network topology.
#subnet 10.152.187.0 netmask 255.255.255.0 {
#}
# This is a very basic subnet declaration.
No idea what "cant bridge a WiFi client" is about. Don't ever remember seeing that before. Hunting around on the internet it appears to be an issue connecting two Access Points via wifi rather than using cable.SpaceCowboy wrote:I found the offending line that didn't have the semicolon. Your feedback definitely helped.
Did you ever have any issues with DaveConroy's bridging? Upon boot, I'm getting a message that it can't add wlan0 to bridge br0: Operation not supported. I've double checked his site and I have all of the entries as he does.
Several websites discussing this subject state that you cant bridge a WiFi client. I highly doubt Dave would publish something without having been successful.
Thanks
Code: Select all
/------wifi client
router---eth0---RPi-AP---wifi---|-------wifi client
\------wifi client
Code: Select all
|------wired client
router---wifi---RPi-AP---eth0---switch-----wired client
|------wired client
Code: Select all
Internet --- on board eth0 --- Pi --- bridge br0 --- hostapd AP on wlan0 --- Wifi clients
\______________ USB eth1 --------- Wired PCCode: Select all
AP ------ USB wireless card wlan0 --- Pi --- on board eth0 --- Wired clients
\____ Some other wireless clients