Home

Advertisement

Customize

debian

Creating a Wi-Fi Access Point.

Jan. 6th, 2010 | 04:53 pm
mood: frustrated frustrated
posted by: [info]tobestool in [info]debian

Hi,

Can anyone point me in the direction of a reasonably up-to-date HOWTO of how to run an access point within Debian, please? I am looking to be able to use my MiniITX based system as an access point, and all the documentation I've found seems wildly out of date.

More specifically, I'm currently failing to get my Broadcom BCM4306 (rev3) based PCI card to switch to Master mode. I am using the b43 driver, with a firmware collected with b43-cutter. All appears to be well, and acording to this the driver should support Master mode. Am I missing something? (I'm on kernel 2.6.26-2-686 if that helps.)

To pre-empt the two most obvious questions:

* I don't want to just run this in Ad-Hoc mode as part of the duty of the wireless network will be for the connection of smartphones, which seems to be considerably easier with an infrastructure type network.

* I don't want to just plug an access point in for a number of reasons, firstly I don't have one spare, secondly I would like to minimise the power consumption of this setup, and there's always the aspect that I'd like to know how to do this by hand if it's reasonably practical.

Thanks in advance for any help.

--Toby

Link | Leave a comment {9} | Add to Memories | Tell a Friend

debian

Fetching pictures from digitial cameras - gphoto2

Dec. 25th, 2009 | 10:17 am
location: san gabriel, california
mood: happy happy
posted by: [info]mrflash818 in [info]debian

I needed to download some pictures that my Mom took on her digital camera today. She has a Canon Power Shot SD 780.

Did some quick googling to learn that Debian has a command-line program that can be used, and apparently supports a very large range of digital cameras: gphoto2
***
Connected my mom's camera via usb cable to my workstation.
Next did:
sudo aptitude install gphoto2

Then created a directory on my filesystem
robert@pip:~/cameraPictures/mom mkdir _2009-12-25

Then cd'd to the directory. In the directory, ran this command:
gphoto2 -P

This command downloads _all_ the photos from the camera to the directory where you executed the command.
***
Just wanted to share this quick way to get photos, in case you were like me :)
***
Happy Holidays Everyone!

Link | Leave a comment {2} | Add to Memories | Tell a Friend