Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ohjema Wlan0 yhteydelle
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Finnish
View previous topic :: View next topic  
Author Message
Sputnick
n00b
n00b


Joined: 10 May 2004
Posts: 64

PostPosted: Wed Oct 17, 2007 10:36 pm    Post subject: Ohjema Wlan0 yhteydelle Reply with quote

Yhteyteni pätkii levottoman paljon. Käytössä dwl-520, 2.6.22-gentoo-r5 & ndiswrapper

Tarttis kehitellä wlan0:lle ,ndiswrapper, seuraavanlainen ohjelma:

Ohjelma tarkkailisi yhteyden tilaa. Aina yhteyden katketessa tämä ohjelma lataisi ndiswrapperin ja iwconfig asetukset uudelleen ja hakisi dhclientillä ip osoitteen reitittimeltä. Ja näin ainakin suurimmat katkeilut loppuisivat.

Onko tälläisiä jo olemassa/ onko tämmöistä vaikea toteuttaa?
Back to top
View user's profile Send private message
Make
n00b
n00b


Joined: 17 Dec 2004
Posts: 48

PostPosted: Thu Oct 18, 2007 3:25 pm    Post subject: Reply with quote

Käviskö tuollainen:

Code:
ping -c 1 192.168.1.1 || /etc/init.d/net.eth1 restart



Eli lähetetään yksi tai useampi (-c x) ping-paketti johonkin osoitteeseen. Jos ei tule vastausta, niin käynnistetään verkko uudestaan.
Back to top
View user's profile Send private message
Sputnick
n00b
n00b


Joined: 10 May 2004
Posts: 64

PostPosted: Sun Oct 21, 2007 2:57 pm    Post subject: Reply with quote

Mistähän syystä tuo katkoo wlan0:n lan yhteyden otoilla? onko liiaksi liikennettä vai mikä maksaa, että kaatuu lan yhteyksissä(ftp ym tiedonsiirtoyritykset). Netissä kyllä pääsee surffaamaan, mutta kftpgrapper, proftpd kaataa netin, sekä selaimen kautta tehdyt yritykset tuottavat saman tuloksen.
Back to top
View user's profile Send private message
~L~
Apprentice
Apprentice


Joined: 15 Feb 2004
Posts: 154
Location: Finland

PostPosted: Mon Jan 21, 2008 11:04 pm    Post subject: Reply with quote

Mulla oli tommonen viritys käytössä kun atheros pätki. ssh ja kumppanit jäi kanssa alas jostain syystä.


Code:

#!/bin/bash

### You can comment out the echo lines

while true
do

echo "Check if WLAN is on..."

ip=`ifconfig  ath0 | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1`


if [[ "$ip" == "" ]]

then

echo `date`
echo -e "\033[1;32mWLAN is down.\033[0m"
echo -e "\033[1;31mRestarting WLAN and related services...\033[0m"

/etc/init.d/net.ath0 restart
/etc/init.d/sshd start
/etc/init.d/apache2 start
/etc/init.d/ntp-client start
/etc/init.d/gnump3d start



else

echo `date`
echo -e "\033[1;32mWLAN is up. ip is $ip\033[0m"

fi

sleep 60
done
Back to top
View user's profile Send private message
Obi-Lan
Apprentice
Apprentice


Joined: 21 Jan 2005
Posts: 230
Location: Riihimäki

PostPosted: Tue Jan 22, 2008 4:11 pm    Post subject: Reply with quote

Mikä piirisarja sulla on?
Back to top
View user's profile Send private message
~L~
Apprentice
Apprentice


Joined: 15 Feb 2004
Posts: 154
Location: Finland

PostPosted: Tue Jan 22, 2008 5:22 pm    Post subject: Reply with quote

Ei oo koneessa kiinni enää kun nyt on pistokkeet joka huoneessa, mutta eiköhän se toi kortti ole.

http://www.linuxcomp.net/component/page,shop.product_details/flypage,shop.flypage/product_id,44/category_id,42/manufacturer_id,0/option,com_virtuemart/Itemid,26/

Eli AR2414
Back to top
View user's profile Send private message
Obi-Lan
Apprentice
Apprentice


Joined: 21 Jan 2005
Posts: 230
Location: Riihimäki

PostPosted: Tue Jan 22, 2008 9:20 pm    Post subject: Reply with quote

Eiks atherokselle löydy ihan natiiviajuritkin? emerge madwifi-ng?
Back to top
View user's profile Send private message
~L~
Apprentice
Apprentice


Joined: 15 Feb 2004
Posts: 154
Location: Finland

PostPosted: Tue Jan 22, 2008 9:48 pm    Post subject: Reply with quote

jep. Kunhan vaan kirjottelin, kun topikkiin törmäsin. Natiivi ajurit oli mulla käytössä. Silti pätki 1-2 kertaa vuorokaudessa.

edit: näähän onkin kaikki aika vanhoja aiheita täällä suomi puolella...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Finnish 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