Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Setting up hostapd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
The Sk
n00b
n00b


Joined: 02 Feb 2008
Posts: 35
Location: Brownsville

PostPosted: Sun Feb 26, 2012 8:23 pm    Post subject: [SOLVED] Setting up hostapd Reply with quote

Hello.

I'm trying to set up an access point on my ath5k card and have run into a problem

Code:
 # /etc/init.d/hostapd start
 * Bringing up interface wlan0
 *   dhcp ...
 *     Running udhcpc ...
 *     start-stop-daemon: failed to start `/bin/busybox'
 * ERROR: net.wlan0 failed to start
 * ERROR: cannot start hostapd as net.wlan0 would not start


The config files /etc/conf.d/net /etc/conf.d/dhcpd /etc/conf.d/dhcpd /etc/hostapd/hostapd.conf /etc/dhcpd/dhcpd.conf look fine according to some googling. I think the problem lies in the init scripts.

Can someone help me out. I would paste the script but don't know how to copy whole file contents to the clipboard.

Running busybox udhcpc gives:
Code:
# busybox udhcpc
udhcpc (v1.19.3) started
Sending discover...
Sending discover...
Sending discover...
Sending discover...
Sending discover...
Sending discover...


Last edited by The Sk on Tue Feb 28, 2012 11:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
gerdesj
l33t
l33t


Joined: 29 Sep 2005
Posts: 621
Location: Yeovil, Somerset, UK

PostPosted: Mon Feb 27, 2012 12:57 am    Post subject: Re: Setting up hostapd Reply with quote

The Sk wrote:
Hello.
The config files /etc/conf.d/net /etc/conf.d/dhcpd /etc/conf.d/dhcpd /etc/hostapd/hostapd.conf /etc/dhcpd/dhcpd.conf look fine according to some googling. I think the problem lies in the init scripts.

Can someone help me out. I would paste the script but don't know how to copy whole file contents to the clipboard.


Not much to go on! We need more information. Try using xsel or this: http://www.linuxjournal.com/content/access-x-window-system-clipboard-command-line-xclip. I found xsel is installed already on my laptop so that might be the better choice.

Code:

$xsel < /etc/conf.d/net


Then use your mouse's middle button to paste it into the forum posting. If your mouse doesn't have a middle button then click both left and right simultaneously.

Cheers
Jon
Back to top
View user's profile Send private message
The Sk
n00b
n00b


Joined: 02 Feb 2008
Posts: 35
Location: Brownsville

PostPosted: Mon Feb 27, 2012 4:42 am    Post subject: Reply with quote

/etc/conf.d/net
Code:
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /usr/share/doc/openrc*/net.example* and save your configuration
# in /etc/conf.d/net (this file :]!).
dns_domain_lo="castle"
modules_wlan0="!iwconfig !wpa_supplicant"
wpa_supplicant_wlan0="-Dwext"
config_wlan0="dhcp"
mode_wlan0="ad-hoc"
essid_wlan0="ATT5x7"


/etc/conf.d/dhcpd
Code:

# /etc/conf.d/dhcpd: config file for /etc/init.d/dhcpd

# If you require more than one instance of dhcpd you can create symbolic
# links to dhcpd service like so
#   cd /etc/init.d
#   ln -s dhcpd dhcpd.foo
#   cd ../conf.d
#   cp dhcpd dhcpd.foo
# Now you can edit dhcpd.foo and specify a different configuration file.
# You'll also need to specify a pidfile in that dhcpd.conf file.
#See the pid-file-name option in the dhcpd.conf man page for details.

# If you wish to run dhcpd in a chroot, uncomment the following line
# DHCPD_CHROOT="/var/lib/dhcp/chroot"

# All file paths below are relative to the chroot.
# You can specify a different chroot directory but MAKE SURE it's empty.

# Specify a configuration file - the default is /etc/dhcp/dhcpd.conf
# DHCPD_CONF="/etc/dhcp/dhcpd.conf"

# Configure which interface or interfaces to for dhcpd to listen on.
# List all interfaces space separated. If this is not specified then
# we listen on all interfaces.
 DHCPD_IFACE="wlan0"
# Insert any other dhcpd options - see the man page for a full list.
# DHCPD_OPTS=""


I can't spot anything on net.wlan0 either.
Back to top
View user's profile Send private message
The Sk
n00b
n00b


Joined: 02 Feb 2008
Posts: 35
Location: Brownsville

PostPosted: Tue Feb 28, 2012 10:49 pm    Post subject: Reply with quote

Starting /etc/init.d/dhcpd separately solved the problem. Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum