Can I make a wifi access point with Broadcom?

Booting, installing, newbie
Post Reply
Message
Author
Agnishom
Posts: 23
Joined: Mon 19 Aug 2013, 12:17
Location: /dev/null

Can I make a wifi access point with Broadcom?

#1 Post by Agnishom »

I am completely new to Puppy Linux and to every kind of Linux even. Luckily, I have figured most of it.

I have a HP Pavilion g6 laptop and Lucid Puppy 5.2.8

I saw the other posts but does lupu-528 support the Broadcom Internal Device? If not, then is there a way to install the drivers?
My main purpose is to setup an access point.

Any help is appreciated

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

This from a terminal and let's see what you've got:

Code: Select all

lspci -nn | grep -i network

Agnishom
Posts: 23
Joined: Mon 19 Aug 2013, 12:17
Location: /dev/null

#3 Post by Agnishom »

Code: Select all

sh-4.1# lspci -nn | grep -i network

02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
[/code]

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#4 Post by pemasu »


Agnishom
Posts: 23
Joined: Mon 19 Aug 2013, 12:17
Location: /dev/null

#5 Post by Agnishom »

Thanks. That detects the Broadcom device as eth1.

Am I ready to use hostapd?

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#6 Post by tempestuous »

Yes.

Get hostapd from here - "Puppy as a wifi access point"
http://www.murga-linux.com/puppy/viewtopic.php?t=84269
and carefully follow all setup instructions in the first post - substituting all instances of "wlan0" with "eth1" - since that's the interface created by your Broadcom device.

You may also need to tweak Puppy's firewall settings - see later in that thread.

Agnishom
Posts: 23
Joined: Mon 19 Aug 2013, 12:17
Location: /dev/null

#7 Post by Agnishom »

My internet connection is ppp0.
Will the up and down commands work for me?

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#8 Post by tempestuous »

Probably not.
Someone tried this before, and every time they tried to add a bridge-interface for ppp0 they got an error message.
There's an explanation here -
https://lists.linux-foundation.org/pipe ... 05726.html

What's the exact nature of your ppp0 interface? What physical hardware is involved, and what type of service does it connect to?

Agnishom
Posts: 23
Joined: Mon 19 Aug 2013, 12:17
Location: /dev/null

#9 Post by Agnishom »

It is a ZTE Reliance Netconnect+ Modem. In other words, its just a USB modem detected as ttyUSB0

Agnishom
Posts: 23
Joined: Mon 19 Aug 2013, 12:17
Location: /dev/null

#10 Post by Agnishom »

Please see this link below:
http://someshblog.blogspot.in/2011/07/s ... 3g-or.html

I can't follow the instructions from Adding NAT ip rule in iptables:

Please help!! :(

Post Reply