V24 Development

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Goto page Previous  1, 2, 3, ... 41, 42, 43  Next
Author Message
Aro
DD-WRT Novice


Joined: 03 Jul 2006
Posts: 4

PostPosted: Tue Jul 04, 2006 17:27    Post subject: Ok! Reply with quote
Ok, thanks BS, will try other driver of ipw2200? But i'm wondering because on all v.23 and the older v.24 (03/02/2006). ipw2200 works fine, why not the newer v.24 ?
Sponsor
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7463
Location: Dresden, Germany

PostPosted: Tue Jul 04, 2006 17:28    Post subject: Reply with quote
there are know problems on v23 too with the ipw driver. especially with wpa2
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
devilkin
DD-WRT Novice


Joined: 07 Jun 2006
Posts: 16

PostPosted: Wed Jul 05, 2006 7:27    Post subject: Reply with quote
Weird. I can't say I've seen any problems with the driver for ipw2200. I _am_ using linux as my main OS tho.
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7463
Location: Dresden, Germany

PostPosted: Wed Jul 05, 2006 10:32    Post subject: Reply with quote
just with the windows driver. linux runs fine
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
dageekkid
DD-WRT Novice


Joined: 26 Jun 2006
Posts: 49

PostPosted: Sat Jul 08, 2006 4:16    Post subject: Reply with quote
Hey BS... is there a diff in the v24 so we can tell what has changed?

also, we could test the parts that have not been tested...
daedalus01
DD-WRT User


Joined: 07 Jun 2006
Posts: 74

PostPosted: Sat Jul 08, 2006 5:00    Post subject: Reply with quote
I've personally noticed that the Intel wireless cards (in linux) have a terrible time associating with access points that have broadcast off and using wpa_supplicant. I usually have to turn broadcast back on in order to connect correctly.
_________________
WPA2-RADIUS AP: DD-WRT v24 SP1 std on WRT54GS v2.1
Spare AP: DD-WRT v24 SP1 std on WRT54G v3
PitBeast
DD-WRT Novice


Joined: 10 Jul 2006
Posts: 8

PostPosted: Mon Jul 10, 2006 18:49    Post subject: Reply with quote
Is in v24 any progress with wpa_supplicant eap modes (may be new driver can help)?
daedalus01
DD-WRT User


Joined: 07 Jun 2006
Posts: 74

PostPosted: Mon Jul 10, 2006 22:07    Post subject: Reply with quote
PitBeast wrote:
Is in v24 any progress with wpa_supplicant eap modes (may be new driver can help)?


like PEAP? I know I've done PEAP before using a WRT54GS using dd-wrt v23 and a linux install that had a intel 2200bg (ipw2200 driver).

Here's the wpa_supplicant.conf I had to use in order to do WPA1/PEAP:
Code:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=1
fast_reauth=1

network={

   ssid="your_ssid_here"
   proto=WPA
   key_mgmt=WPA-EAP
   eap=PEAP
   ca_cert="/etc/ssl/certs/your_cert.cer"
   identity="your_user_name"
   password="your_password"
   priority=1
   }

You MUST copy the .cer certificate from your CA to your linux machine in order for this to work. I'm not sure why, because the whole idea behind PEAP is that it doesn't require a client-side certificate, but that's what I had to do in order to make it work.

Other thought: requiring a cert and a password is almost like using EAP-FAST or EAP-TLS, but requiring a pw.

_________________
WPA2-RADIUS AP: DD-WRT v24 SP1 std on WRT54GS v2.1
Spare AP: DD-WRT v24 SP1 std on WRT54G v3
PitBeast
DD-WRT Novice


Joined: 10 Jul 2006
Posts: 8

PostPosted: Tue Jul 11, 2006 6:05    Post subject: Reply with quote
I want that wpa_supplicant work on linksys as client station, not ap, with wpa-eap tls or peap auth.
daedalus01
DD-WRT User


Joined: 07 Jun 2006
Posts: 74

PostPosted: Tue Jul 11, 2006 12:12    Post subject: Reply with quote
PitBeast wrote:
I want that wpa_supplicant work on linksys as client station, not ap, with wpa-eap tls or peap auth.


Ahh, I see what you're saying - you'd like your Linksys AP to be a client of another AP that is using eap-tls or peap authentication, is that correct?

_________________
WPA2-RADIUS AP: DD-WRT v24 SP1 std on WRT54GS v2.1
Spare AP: DD-WRT v24 SP1 std on WRT54G v3
PitBeast
DD-WRT Novice


Joined: 10 Jul 2006
Posts: 8

PostPosted: Tue Jul 11, 2006 15:48    Post subject: Reply with quote
daedalus01 wrote:

Ahh, I see what you're saying - you'd like your Linksys AP to be a client of another AP that is using eap-tls or peap authentication, is that correct?


Yes, exactly.
pap2boy
DD-WRT Novice


Joined: 10 Jun 2006
Posts: 10

PostPosted: Wed Jul 12, 2006 18:09    Post subject: Reply with quote
BS, do you plan to support U.S. Robotic USR5461 through a micro version firmware? This router comes with a USB port (can attach a USB mass storage) and only 2/8MB Flash/RAM. I know some people are considering to acquire this router and then will mod with a larger Flash/RAM. If you have any interest to support this router, perhaps you can download the U.S. Robotic GPLed source code for this router as shown on this Table to see how to pack the code into a firmware. BTW, the original firmware doesn't support Telnet and/or SSH sessions. With DDWRT, I am sure these features will be part of the firmware.
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7463
Location: Dresden, Germany

PostPosted: Wed Jul 12, 2006 18:20    Post subject: Reply with quote
i dont want to support any new 2 mb / 8 mb if i had to add special features. i have enough troubles with memory consumption without usb support
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
Travis DJ
DD-WRT Novice


Joined: 17 Jul 2006
Posts: 1
Location: USA / NC

PostPosted: Mon Jul 17, 2006 4:03    Post subject: high cpu load Reply with quote
Hey I was using the 06-07-12 v24 beta on WRT54Gv1 hardware and updated with the 0716 build (dd-wrt.v24_wrt54g.bin) and the cpu usage on it was at 100% with a load of:

Time: 00:34:47 up 34 min, load average: 13.52, 11.52, 7.51

Which was the last update I saw on my browser before it wasn't able to auto-refresh any longer. So something between 0712 and 0716 brought the '100% cpu use on v1 hardware' bug back. Cheers!

PS: I downgraded to 0713, same bin image, and the problem exists with that version too.
jetkins
DD-WRT Novice


Joined: 17 Jul 2006
Posts: 7

PostPosted: Mon Jul 17, 2006 18:03    Post subject: Dual SSID benefits? Reply with quote
Can someone point me to some details of the benefits that dual SSID's will provide? I'm currently running a second (Netgear) router to provide guest internet access while firewalling guest machines from the server and personal PC's on our network.

With v24, will I be able to ditch that second unit and treat the two SSIDs as separate WLANS with separate firewall rules? That would be excellent.
Goto page Previous  1, 2, 3, ... 41, 42, 43  Next Display posts from previous:    Page 2 of 43
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
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
You can attach files in this forum
You can download files in this forum