Re: lug-bg: Драйвери за wireless платка

2005-02-10 Thread Dimitar Tomow




Dimitar Terziev wrote:

  :

Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev01)

  google:
http://madwifi.otaku42.de/2005/02/

 ,,  .   
  :

*** Warning: 
"ieee80211_authenticator_register" [/root/atheros/madwifi/net80211/wlan_xauth.ko] 
has no CRC!
*** Warning: 
"ieee80211_authenticator_unregister" [/root/atheros/madwifi/net80211/wlan_xauth.ko] 
has no CRC!
*** Warning: 
"ieee80211_crypto_register" [/root/atheros/madwifi/net80211/wlan_wep.ko] has 
no CRC!
*** Warning: "rc4_crypt_skip" [/root/atheros/madwifi/net80211/wlan_wep.ko] has 
no CRC!

home:~/atheros/madwifi# modprobe ath_pci
WARNING: Error inserting ath_hal 
(/lib/modules/2.6.7-grsec.bootsplash-acpi/kernel/drivers/net/ath_hal.ko): 
Invalid module format
WARNING: Error inserting wlan 
(/lib/modules/2.6.7-grsec.bootsplash-acpi/kernel/drivers/net/wlan.ko): 
Invalid module format
WARNING: Error inserting ath_rate_onoe 
(/lib/modules/2.6.7-grsec.bootsplash-acpi/kernel/drivers/net/ath_rate_onoe.ko): 
Invalid module format
FATAL: Error inserting ath_pci 
(/lib/modules/2.6.7-grsec.bootsplash-acpi/kernel/drivers/net/ath_pci.ko): 
Invalid module format


 MIKROTIK Router (www.mikrotik.com),   , 
   .
"-"  Atheros (5212),   
 :)
  

.,  :
Warning   ,  .   ( )  
   ().
  CRC   - CRC32

  google - define: crc

  CRC  :
Cyclic Redundancy Check. A CRC is a type of check
value designed to
catch most transmission errors. A decoder calculates the CRC for the
received data and compares it to the CRC that the encoder calculated,
which is appended to the data. A mismatch indicates that the data was
corrupted in transit. 
www.w3.org/TR/PNG-Glossary.html
 Cyclic Redundancy Check; a self-test for error
detection and correction. 
www.brocade.com/san/glossary.jsp
 Cyclical Redundancy Check; a procedure used to
check for errors in data transmission 
www.puredata.com/manual/backboneswiches/appendix/glossary.html

crc32

6.4.1. The CRC-32 Checksum (crc32)

 The CRC-32 checksum calculates a checksum based on a cyclic
redundancy check as described in ISO 3309 [14]. The resulting checksum
is four (4) octets in length. The CRC-32 is neither keyed nor
collision-proof. The use of this checksum is not recommended. An
attacker using a probabilistic chosen-plaintext attack as described in
[13] might be able to generate an alternative message that satisfies
the checksum. The use of collision-proof checksums is recommended for
environments where such attacks represent a significant threat.



 ,   
  ''   -  ,   ,   
 .
 -  :

-   CRC -CRC(32) library .
  /  crc(32)  :? (
 )/

 

- /  ...   crc , 
modprobe / insmod  /  CRC 
 ...,

  ...   ...

 ,   Mikrotik
.   
 ,  (   ) -
 .

 !





Re: lug-bg: Драйвери за wireless платка

2005-02-10 Thread Dimitar Terziev

On Thursday 10 February 2005 10:01, Dimitar Tomow wrote:
 Dimitar Terziev wrote:

 .,  :
 Warning   ,  .   ( )  
().
   CRC   - CRC32

   google - define: crc

   *CRC*  :

 Cyclic Redundancy Check. A CRC is a type of check value designed to
 catch most transmission errors. A decoder calculates the CRC for the
 received data and compares it to the CRC that the encoder calculated,
 which is appended to the data. A mismatch indicates that the data was
 corrupted in transit.
 www.w3.org/TR/PNG-Glossary.html http://www.w3.org/TR/PNG-Glossary.html

 Cyclic Redundancy Check; a self-test for error detection and correction.
 www.brocade.com/san/glossary.jsp http://www.brocade.com/san/glossary.jsp

 Cyclical Redundancy Check; a procedure used to check for errors in data
 transmission
 www.puredata.com/manual/backboneswiches/appendix/glossary.html
 http://www.puredata.com/manual/backboneswiches/appendix/glossary.html

 crc32


   6.4.1. The CRC-32 Checksum (crc32)

 The CRC-32 checksum calculates a checksum based on a cyclic redundancy
 check as described in ISO 3309 [14]. The resulting checksum is four (4)
 octets in length. The CRC-32 is neither keyed nor collision-proof. The
 use of this checksum is not recommended. An attacker using a
 probabilistic chosen-plaintext attack as described in [13] might be able
 to generate an alternative message that satisfies the checksum. The use
 of collision-proof checksums is recommended for environments where such
 attacks represent a significant threat.


  ,  ''
   -  ,   , .
  -  :

 -   CRC - CRC(32) library .   /
  crc(32)  :? (  )/

 

 - /  ...   crc ,  modprobe / insmod 
 /  CRC   ...,

   ...   ...

  ,   Mikrotik .
 ,
  (   ) -  .

  !

  kernel 2.4.29.
  ,, ,
.
-  SENAO,  home use - 200 mW.
  (-, ,
 ), . - ,   . 
-- 
-
public key: http://unix-bg.org/mitak.asc


pgpemAS1bwsAa.pgp
Description: PGP signature


lug-bg: traffic shaper need help

2005-02-10 Thread valio

, 
 

  ( - ).
   ... 
  htb.init 
 .
(   )  .

..10.1 ,  2.6.10 

TC='/sbin/tc'
$TC qdisc add dev $INTERFACE root handle 1: htb default 60
$TC class add dev $INTERFACE parent 1: classid 1:1 htb rate 116kbit
$TC class add dev $INTERFACE parent 1:1 classid 1:10 htb rate 32kbit 
ceil 116kbit prio 0
$TC class add dev $INTERFACE parent 1:1 classid 1:20 htb rate 22kbit 
ceil 116kbit prio 1
$TC class add dev $INTERFACE parent 1:1 classid 1:30 htb rate 22kbit 
ceil 116kbit prio 2
$TC class add dev $INTERFACE parent 1:1 classid 1:40 htb rate 20kbit 
ceil 116kbit prio 3
$TC class add dev $INTERFACE parent 1:1 classid 1:50 htb rate 18kbit 
ceil 116kbit prio 4
$TC class add dev $INTERFACE parent 1:1 classid 1:60 htb rate 2kbit 
ceil 32kbit prio 5
$TC qdisc add dev $INTERFACE parent 1:10 handle 10: sfq perturb 10
$TC qdisc add dev $INTERFACE parent 1:20 handle 20: sfq perturb 10
$TC qdisc add dev $INTERFACE parent 1:30 handle 30: sfq perturb 10
$TC qdisc add dev $INTERFACE parent 1:40 handle 40: sfq perturb 10
$TC qdisc add dev $INTERFACE parent 1:50 handle 50: sfq perturb 10
$TC qdisc add dev $INTERFACE parent 1:60 handle 60: sfq perturb 10
$TC filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip dst 
1.2.3.4 flowid 1:10
  
sch_tbf 3712   0  (unused)
sch_sfq 4160   4
sch_red 3264   0  (unused)
sch_prio3392   0  (unused)
sch_ingress 2564   0  (unused)
sch_htb21312   1
sch_gred5536   0  (unused)
sch_dsmark  5056   0  (unused)
sch_csz 4768   0  (unused)
sch_cbq14720   0  (unused)
cls_u32 5628   1
cls_tcindex 5176   0  (unused)
cls_rsvp6   5016   0  (unused)
cls_rsvp4824   0  (unused)
cls_route   4856   0  (unused)
cls_fw  3032   0


A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Re: lug-bg: Драйвери за wireless платка

2005-02-10 Thread ivosp
,   802.11b   
Atheros .  -  -.
  802.11g  802.11acustom
 .
 Atheros  (
800-900 ). madwifi 
.
- Original Message -
From: Dimitar Terziev [EMAIL PROTECTED]
To: lug-bg@linux-bulgaria.org
Sent: Wednesday, February 09, 2005 10:12 PM
Subject: lug-bg:   wireless 




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Инфрачервен порт + gsm (Nokia) = интернет

2005-02-10 Thread Svetlana Pesheva
 ,

  Debian sid na IBM Thinkpad notebook i 
   
   ,Nokia 
5210. 
, 
  


 !



-- 
Pesheva Svetlana
Nola7 ltd
www.nola7.com

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Инфрачервен порт + gsm (Nokia) = интернет

2005-02-10 Thread Svetlana Pesheva
 ,

  Debian sid na IBM Thinkpad notebook i
   ,Nokia 5210. 
,   


 !



-- 
Pesheva Svetlana
Nola7 ltd
www.nola7.com

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: SGID бит може би

2005-02-10 Thread Qsin
   ?
  Read Only  Read/Write.
Debian testing - ProFTPD Version 1.2.9
   
   , ?
 SGID , .
 

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Re: lug-bg: Драйвери за wireless платка

2005-02-10 Thread Dimitar Terziev
 .
  800 
, - , 
 .
   200 $

 -   -  ,,
- . ,   -,
,   :0)

On Thursday 10 February 2005 22:32, ivosp wrote:
 ,   802.11b  
  Atheros .  - 
 -.   802.11g  802.11acustom
  .
  Atheros  (
 800-900 ). madwifi 
 .
 - Original Message -
 From: Dimitar Terziev [EMAIL PROTECTED]
 To: lug-bg@linux-bulgaria.org
 Sent: Wednesday, February 09, 2005 10:12 PM
 Subject: lug-bg:   wireless 



 ===
= A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
 http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara
 Zagora To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
 ===
=

-- 
-
public key: http://unix-bg.org/mitak.asc


pgpTmN1REjio8.pgp
Description: PGP signature


Re: lug-bg: Инфрачервен порт + gsm (Nokia) = интернет

2005-02-10 Thread Alexander P. Panov
Alexander P. Panov wrote:
Svetlana Pesheva wrote:
 ,
  Debian sid na IBM Thinkpad notebook i  
 ,Nokia 5210. 
,  
 

IBM ThinkpadNOKIA 6610.   
   ,   
 . .
 :
www.rambler.ru
www.aport.ru
www.list.ru
www.yandex.ru
www.mail.ru
   
   .
   ?USBCOM ,
  USB.
 
.

  .  
   5 .  ,sms-   , 
GPRS  .

--
Best Regards
Alexander P. Panov
ICQ: 18926904
Tel: ++359 2 8725880
GSM: ++359 887 602185
www.evitatrade.com/alex
www.karatebulgaria.com/alex

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: SGID бит може би

2005-02-10 Thread Marian Marinov
,
mod_ifsession   
ProFTPD.   :
IfClass/IfClass
IfGroup/IfGroup
IfUser/IfUser
 :
http://www.castaglia.org/proftpd/modules/mod_ifsession.html


.

  10  2005 06:31 .. Qsin :
?
   Read Only  Read/Write.

 Debian testing - ProFTPD Version 1.2.9


, ?

  SGID , .

  
 ===
= A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
 http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara
 Zagora To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
 ===
=

-- 
One Planet, One Internet.
We Are All Connected.

Registered Linux User #309995 at http://counter.li.org

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Re: lug-bg: Re: lug-bg: Драйвери за wireless платка

2005-02-10 Thread ivosp
   .
Mikrotik. Atheros   ack timeout  
 . 20 
  ,.
- Original Message -
From: Dimitar Terziev [EMAIL PROTECTED]
To: lug-bg@linux-bulgaria.org
Sent: Thursday, February 10, 2005 11:45 PM
Subject: Re: lug-bg: Re: lug-bg:   wireless 




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: WAP + apache

2005-02-10 Thread Marian Marinov
  
 
WAP browser-?

 .

  06  2005 09:32 .. Marian Marinov 
:
 ,
  2005 .  .

  , ,  
 -mod_rewrite.
  .htaccess   :

 RewriteEngine on
 RewriteBase /wml/
 RewriteCond %{HTTP_USER_AGENT}  ^Wapsilon/2.4|WapEmulator
 RewriteRule ^$ index.wml

 RewrtiteCond
   WAP Browser-.
   
 WAP Browsers :(
   100% ,   .

   05  2005 12:43 .. Valeri Vladev :
  !
 
   2005 .
 
- Apache/1.3.31.

 
  ,GSM.
 
 index.wml
  wml
  card id=main title=Hello World
  pHello World!/p
  do type=prev label=Back
  prev/
  /do
  /card
  /wml
 
   .
 
   /etc/apache/mime.types   
  application/vnd.wap.sic
  application/vnd.wap.slc
  application/vnd.wap.wbxml   wbxml
  application/vnd.wap.wmlcwmlc
  application/vnd.wap.wml wml
  application/vnd.wap.wmlscriptc  wmlsc
 
  - 
  
   
  . /var/www   
  index.html 
  index.wml
 
  -  
  /var/log/apache/access.log 
  aaa.bbb.ccc.ddd - - [05/Jan/2005:08:53:35 +0200] GET / HTTP/1.1 200
  5258 - Nokia/1.0 (04.50) -
 
   no gateway reply.
 
.
 

  -  gateway- /
/ ?
 
 
  .

-- 
One Planet, One Internet.
We Are All Connected.

Registered Linux User #309995 at http://counter.li.org

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: traffic shaper need help

2005-02-10 Thread Nickola Kolev
,

 -  
.

On , 2005-02-10 at 22:06 +0200, valio wrote:
[  ]
 ..10.1 ,  2.6.10 
 
 TC='/sbin/tc'
 
 $TC qdisc add dev $INTERFACE root handle 1: htb default 60
   $TC class add dev $INTERFACE parent 1: classid 1:1 htb rate 116kbit
   $TC class add dev $INTERFACE parent 1:1 classid 1:10 htb rate 32kbit 
 ceil 116kbit prio 0
   $TC class add dev $INTERFACE parent 1:1 classid 1:20 htb rate 22kbit 
 ceil 116kbit prio 1
   $TC class add dev $INTERFACE parent 1:1 classid 1:30 htb rate 22kbit 
 ceil 116kbit prio 2
   $TC class add dev $INTERFACE parent 1:1 classid 1:40 htb rate 20kbit 
 ceil 116kbit prio 3
   $TC class add dev $INTERFACE parent 1:1 classid 1:50 htb rate 18kbit 
 ceil 116kbit prio 4
   $TC class add dev $INTERFACE parent 1:1 classid 1:60 htb rate 2kbit 
 ceil 32kbit prio 5
   $TC qdisc add dev $INTERFACE parent 1:10 handle 10: sfq perturb 10
   $TC qdisc add dev $INTERFACE parent 1:20 handle 20: sfq perturb 10
   $TC qdisc add dev $INTERFACE parent 1:30 handle 30: sfq perturb 10
   $TC qdisc add dev $INTERFACE parent 1:40 handle 40: sfq perturb 10
   $TC qdisc add dev $INTERFACE parent 1:50 handle 50: sfq perturb 10
   $TC qdisc add dev $INTERFACE parent 1:60 handle 60: sfq perturb 10
 
 
 $TC filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip dst 
 1.2.3.4 flowid 1:10

   .

1.  ,,  
 ?
2.  $INTERFACE?
3. prio.

tc class add dev eth0 parent 1:1 classid 1:10 htb rate 32kbit ceil \
116kbit

4.   ,
, ..  IP 1.2.3.4?

   
 sch_sfq 4160   4
 sch_htb21312   1
 cls_u32 5628   1

.




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Инфрачервен порт + gsm (Nokia) = интернет

2005-02-10 Thread Spas Pavlov
On Thursday 10 February 2005 23:14, Svetlana Pesheva wrote:
  ,

   Debian sid na IBM Thinkpad notebook i  
 ,Nokia 5210.
 ,  
 

  !


 

,

: Nokia 5210, IBM A21p, Fedora Core 3

,:

1.   BIOS IR , .
2.  irda ( service irda start), ,  
  irda-COM
(   /etc/sysconfig/irda).
3.   irdadump   IR  
:
07:24:38.053640 xid:cmd e31fde33   S=6 s=4 (14)
07:24:38.143627 xid:cmd e31fde33   S=6 s=5 (14)
07:24:38.142624 xid:rsp e31fde33  6f5f S=6 s=4 Nokia 5210 hint=b125 [ PnP 
Modem Fax Telephony IrCOMM IrOBEX ] (27)

4.   ,   PPP  ( 
 KPPP), /dev/ircomm0


 

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html