Go to advanced search

by Bosse_B
Mon Nov 16, 2015 1:59 pm
Forum: Raspberry Pi OS
Topic: How to see which driver Jessie uses for EdiMax EW-7811Un?
Replies: 11
Views: 5797

Re: How to see which driver Jessie uses for EdiMax EW-7811Un

Soo strange, why is the post above void of formatting?
I wanted to use code formatting and underlines too...
Here it works but not above, why?
by Bosse_B
Mon Nov 16, 2015 1:56 pm
Forum: Networking and servers
Topic: How to make a Pi2 a WiFi AP for local network
Replies: 14
Views: 3200

Re: How to make a Pi2 a WiFi AP for local network

By the way, I managed to get it going in the end. See the thread I linked to above.
by Bosse_B
Mon Nov 16, 2015 1:55 pm
Forum: Networking and servers
Topic: How to make a Pi2 a WiFi AP for local network
Replies: 14
Views: 3200

Re: How to make a Pi2 a WiFi AP for local network

Hove wrote: Sorry, I wasn't clear - what I meant to say was that by using the hostapd I linked to, WAP worked with Jessie.
I did not see any link in the post you made above...
by Bosse_B
Mon Nov 16, 2015 1:45 pm
Forum: Raspberry Pi OS
Topic: How to see which driver Jessie uses for EdiMax EW-7811Un?
Replies: 11
Views: 5797

Re: How to see which driver Jessie uses for EdiMax EW-7811Un

It turns out that I just needed to [u]start[/u] the dhcp server service... [code] sudo systemctl restart isc-dhcp-server [/code] After this I executed the hostapd test: [code] pi@rpi2-jessie ~/hostapd $ sudo /usr/sbin/hostapd /etc/hostapd/hostapd.conf Configuration file: /etc/hostapd/hostapd.conf dr...
by Bosse_B
Mon Nov 16, 2015 11:03 am
Forum: Raspberry Pi OS
Topic: How to see which driver Jessie uses for EdiMax EW-7811Un?
Replies: 11
Views: 5797

Re: How to see which driver Jessie uses for wifi?

I guess I have to revisit the AdaFruit guide for the DHCP setup.... It might be that the service is not started or something like that. I am reluctant to reboot my Pi until everything seems to work as I want (otherwise it might not be possible to reach via SSH on eth0).... The tutorial MrEngerman su...
by Bosse_B
Mon Nov 16, 2015 10:50 am
Forum: Networking and servers
Topic: How to make a Pi2 a WiFi AP for local network
Replies: 14
Views: 3200

Re: How to make a Pi2 a WiFi AP for local network

Hi,
I created a new thread in the Raspbian subforum to ask about the driver.
In this I got some replies that led to a solution regarding the hostapd and driver issues.
You might want to have a look there even though I am not completely done yet (DHCP is not working).
by Bosse_B
Mon Nov 16, 2015 10:46 am
Forum: Raspberry Pi OS
Topic: How to see which driver Jessie uses for EdiMax EW-7811Un?
Replies: 11
Views: 5797

Re: How to see which driver Jessie uses for wifi?

PS: Meanwhile I have downloaded an updated hostapd file from here: https://github.com/lostincynicism/hostapd-rtl8188 Any luck with that? I know some chipsets aren't supported by the version of hostapd that's in the repo. This could be one of them. YES, it sems like it works better and it recognizes...
by Bosse_B
Mon Nov 16, 2015 10:43 am
Forum: Raspberry Pi OS
Topic: How to see which driver Jessie uses for EdiMax EW-7811Un?
Replies: 11
Views: 5797

Re: How to see which driver Jessie uses for wifi?

Take a look here http://www.daveconroy.com/turn-your-raspberry-pi-into-a-wifi-hotspot-with-edimax-nano-usb-ew-7811un-rtl8188cus-chipset/ Thanks, I looked at it but it seems a bit outdated (from 2013) since Raspbian has moved to Jessie now... Anyway I saw that the tutorial uses the driver rtl871xdrv...
by Bosse_B
Mon Nov 16, 2015 9:46 am
Forum: Raspberry Pi OS
Topic: How to see which driver Jessie uses for EdiMax EW-7811Un?
Replies: 11
Views: 5797

Re: How to see which driver Jessie uses for wifi?

Those are not the drivers you're looking for. driver=nl80211 I changed to that driver in the cobf file but got this response instead: pi@rpi2-jessie ~/hostapd $ sudo /usr/sbin/hostapd /etc/hostapd/hostapd.conf Configuration file: /etc/hostapd/hostapd.conf nl80211: Driver does not support authentica...
by Bosse_B
Mon Nov 16, 2015 9:17 am
Forum: Raspberry Pi OS
Topic: How to see which driver Jessie uses for EdiMax EW-7811Un?
Replies: 11
Views: 5797

How to see which driver Jessie uses for EdiMax EW-7811Un?

I need to know which driver is used by Jessie for the EdiMax EW-7811Un adapter. The hostapd.conf file contains a driver item where the driver name has to be entered and I have tried in vain any driver name I could find in various wifi threads without success. My adapter is reported as follows in Ras...
by Bosse_B
Sun Nov 15, 2015 11:47 pm
Forum: Networking and servers
Topic: How to make a Pi2 a WiFi AP for local network
Replies: 14
Views: 3200

Re: How to make a Pi2 a WiFi AP for local network

Got through most of the AdaFruit AP instructions but skipped the replacement of hostapd for the adafruit version because I am running Jessie and it should have an up-to-date hostapd. Problem is that when I try to start the AP using the command line I get an error: pi@rpi2-jessie ~ $ sudo /usr/sbin/h...
by Bosse_B
Fri Nov 13, 2015 11:30 pm
Forum: Networking and servers
Topic: How to make a Pi2 a WiFi AP for local network
Replies: 14
Views: 3200

Re: How to make a Pi2 a WiFi AP for local network

I found a website describing just about all I wanted to do here:
Adafruit WiFi AP description
I have started following it and will report back when I am finished.
by Bosse_B
Fri Nov 13, 2015 2:38 pm
Forum: Networking and servers
Topic: How to make a Pi2 a WiFi AP for local network
Replies: 14
Views: 3200

Re: How to make a Pi2 a WiFi AP for local network

drgeoff wrote:Easier, neater and cheaper to buy a $15 AP from ebay and don't connect it to the internet. :)
OK, so how do I put the TCP service software programmed with Free-Pascal onto that cheap AP?
It is compiled for the ARM7 on a Pi2.
by Bosse_B
Fri Nov 13, 2015 8:48 am
Forum: Networking and servers
Topic: How to make a Pi2 a WiFi AP for local network
Replies: 14
Views: 3200

How to make a Pi2 a WiFi AP for local network

I would like to make an RPi2 run as a WiFi Access point for a local network without Internet access. The hardware would be a Raspberry Pi2B (running Raspbian Jessie) and an EdiMax EW-7811Un USB WiFi plug. The Pi2B will be connected by Ethernet to a wired network with Internet access via a router. So...
by Bosse_B
Tue Nov 10, 2015 10:33 pm
Forum: Raspberry Pi OS
Topic: GUI window for network management in Jessie?
Replies: 2
Views: 854

Re: GUI window for network management in Jessie?

Well, I have already used that guide and it would not connect! It always errors out when using the same connection settings that I use on my Win7 box to connect to the company VPN. I need the Pi to connect so I can use the version control system on the company LAN when I write Pi code. So I figured ...
by Bosse_B
Fri Nov 06, 2015 12:12 pm
Forum: General discussion
Topic: Power supply for multiple RPi units
Replies: 22
Views: 5599

Re: Power supply for multiple RPi units

fruit-uk wrote:I use this sort of thing http://cpc.farnell.com/powerpax/c3704/l ... dp/PW03123 but I'm sure they won't suit everyone.
Right, there is no sign of any USB connector in that cable...
Neither the A plug nor the MicroUSB that plugs into the Pi....
by Bosse_B
Thu Nov 05, 2015 6:32 pm
Forum: General discussion
Topic: Power supply for multiple RPi units
Replies: 22
Views: 5599

Re: Power supply for multiple RPi units

I see several on the market and they often cite an "intelligent sensing" of the device type connected to adjust the charging level. What does that mean in the context of something that doesn't have a battery? Exactly! That is why I am asking. If it is indeed trying to manage the charging then it wi...
by Bosse_B
Thu Nov 05, 2015 4:54 pm
Forum: General discussion
Topic: Power supply for multiple RPi units
Replies: 22
Views: 5599

Re: Power supply for multiple RPi units

Fine, then I will start looking for a Swedish place to buy it from. :) :D
by Bosse_B
Thu Nov 05, 2015 1:35 pm
Forum: General discussion
Topic: Power supply for multiple RPi units
Replies: 22
Views: 5599

Re: Power supply for multiple RPi units

rpdom wrote: I think that should have been "a fair few mentions", meaning "quite a lot". I've been very impressed with my Anker supply.
What Anker type do you use, and how many RPi do you connect?
by Bosse_B
Thu Nov 05, 2015 11:14 am
Forum: General discussion
Topic: Power supply for multiple RPi units
Replies: 22
Views: 5599

Re: Power supply for multiple RPi units

http://www.ianker.com/Wall-Chargers/category-c78-s1 This company seems to have a range of products that might fit the bill. However they tote the Power-IQ functionality to "adapt" the current limit to the device type connected. I do not believe that the RPi has any reporting facility built into the...
by Bosse_B
Thu Nov 05, 2015 11:11 am
Forum: General discussion
Topic: Power supply for multiple RPi units
Replies: 22
Views: 5599

Re: Power supply for multiple RPi units

I'd rather have a supply that can sit on my desktop with multiple USB sockets for the power lines to the RPi units I have.
Don't want to wire up something non-standard....
by Bosse_B
Thu Nov 05, 2015 9:16 am
Forum: General discussion
Topic: Power supply for multiple RPi units
Replies: 22
Views: 5599

Power supply for multiple RPi units

I have several RPi unit sitting on my desktop and each has a charger plug as power supply occupying one power wall outlet each. Now I am getting annoyed about this situation and want to get a single multi-channel power supply/charger instead. Is there any recommendation as to which product I should ...
by Bosse_B
Sat Oct 24, 2015 9:36 am
Forum: Raspberry Pi OS
Topic: Remote (VNC) cut and paste not working.
Replies: 9
Views: 26046

Re: Remote (VNC) cut and paste not working.

Seemingly I have stumbled across the root cause of this problem of clipboard bidirectionality... In the Lazarus programming environment for Free Pascal there is a code editor and whatever one selects and copies in this does not make it across to the Windows clipboard! But strangely it is in the Rasp...
by Bosse_B
Tue Oct 20, 2015 6:31 am
Forum: Raspberry Pi OS
Topic: Remote (VNC) cut and paste not working.
Replies: 9
Views: 26046

Re: Remote (VNC) cut and paste not working.

I talked too soon! I disconnected the VNC overnight and then connected again and now the copy-paste only works in one direction, from PC to RPi2! After looking further for a solution I ran across this webpage . In this the xstartup is edited slightly differently so I tried that as follows: #!/bin/sh...
by Bosse_B
Mon Oct 19, 2015 9:22 pm
Forum: Raspberry Pi OS
Topic: Remote (VNC) cut and paste not working.
Replies: 9
Views: 26046

Re: Remote (VNC) cut and paste not working.

I can confirm that it is working also on tightvncserver running on Raspbian Jessie! :D Makes life so much easier going back and forth between the pi and the PC! And I did not have to reboot either, just did this: - installed autocutsel - Added line "autocutsel -fork" to /home/pi/.vnc/xstartup - Stop...

Go to advanced search