376

(81 odpowiedzi, napisanych Oprogramowanie / Software)

w alsa to dodałem , w pliku : /etc/init.d/alsa-cfg , dodałem :

amixer set PCM 80% unmute - Z czego dziwnie zapisuje w alsamixer 65% yikes
amixer set Master 100% unmute

po reboot działa smile
Naprawdę Wielkie Dzięki Cezary big_smile

377

(78 odpowiedzi, napisanych Oprogramowanie / Software)

kk, czyli ma być tak :

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'pci0000:00/0000:00:10.3/usb1/1-2/1-2:1.0'
        list ht_capab 'GF'
        list ht_capab 'SHORT-GI-20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'TX-STBC'
        list ht_capab 'RX-STBC12'
        option txpower '20'
        option htmode 'HT20'
        option hwmode '11na'
        option channel '36'
.
.
.

Sprawdzam

**
Po resecie , karta wcale nie chce się właczyć > "Wireless is disabled or not associated"

378

(78 odpowiedzi, napisanych Oprogramowanie / Software)

root@OpenWrt:~# iw list
Wiphy phy1
        Band 1:
                Capabilities: 0x116e
                        HT20/HT40
                        SM Power Save disabled
                        RX HT20 SGI
                        RX HT40 SGI
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 8 usec (0x06)
                HT TX/RX MCS rate indexes supported: 0-7
                Frequencies:
                        * 2412 MHz [1] (20.0 dBm)
                        * 2417 MHz [2] (20.0 dBm)
                        * 2422 MHz [3] (20.0 dBm)
                        * 2427 MHz [4] (20.0 dBm)
                        * 2432 MHz [5] (20.0 dBm)
                        * 2437 MHz [6] (20.0 dBm)
                        * 2442 MHz [7] (20.0 dBm)
                        * 2447 MHz [8] (20.0 dBm)
                        * 2452 MHz [9] (20.0 dBm)
                        * 2457 MHz [10] (20.0 dBm)
                        * 2462 MHz [11] (20.0 dBm)
                        * 2467 MHz [12] (20.0 dBm)
                        * 2472 MHz [13] (20.0 dBm)
                        * 2484 MHz [14] (disabled)
                Bitrates (non-HT):
                        * 1.0 Mbps
                        * 2.0 Mbps (short preamble supported)
                        * 5.5 Mbps (short preamble supported)
                        * 11.0 Mbps (short preamble supported)
                        * 6.0 Mbps
                        * 9.0 Mbps
                        * 12.0 Mbps
                        * 18.0 Mbps
                        * 24.0 Mbps
                        * 36.0 Mbps
                        * 48.0 Mbps
                        * 54.0 Mbps
        max # scan SSIDs: 4
        max scan IEs length: 2257 bytes
        Coverage class: 0 (up to 0m)
        Supported Ciphers:
                * WEP40 (00-0f-ac:1)
                * WEP104 (00-0f-ac:5)
                * TKIP (00-0f-ac:2)
                * CCMP (00-0f-ac:4)
                * CMAC (00-0f-ac:6)
        Available Antennas: TX 0x1 RX 0x1
        Configured Antennas: TX 0x1 RX 0x1
        Supported interface modes:
                 * IBSS
                 * managed
                 * AP
                 * AP/VLAN
                 * monitor
                 * mesh point
                 * P2P-client
                 * P2P-GO
        software interface modes (can always be added):
                 * AP/VLAN
                 * monitor
        valid interface combinations:
                 * #{ managed, P2P-client } <= 2, #{ AP, mesh point, P2P-GO } <= 2,
                   total <= 2, #channels <= 1
        Supported commands:
                 * new_interface
                 * set_interface
                 * new_key
                 * start_ap
                 * new_station
                 * new_mpath
                 * set_mesh_config
                 * set_bss
                 * authenticate
                 * associate
                 * deauthenticate
                 * disassociate
                 * join_ibss
                 * join_mesh
                 * remain_on_channel
                 * set_tx_bitrate_mask
                 * frame
                 * frame_wait_cancel
                 * set_wiphy_netns
                 * set_channel
                 * set_wds_peer
                 * probe_client
                 * set_noack_map
                 * register_beacons
                 * Unknown command (89)
                 * Unknown command (92)
                 * Unknown command (104)
                 * testmode
                 * connect
                 * disconnect
        Supported TX frame types:
                 * IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * mesh point: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * (null): 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
        Supported RX frame types:
                 * IBSS: 0x40 0xb0 0xc0 0xd0
                 * managed: 0x40 0xd0
                 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * mesh point: 0xb0 0xc0 0xd0
                 * P2P-client: 0x40 0xd0
                 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * (null): 0x40 0xd0
        Device supports RSN-IBSS.
        HT Capability overrides:
                 * MCS: ff ff ff ff ff ff ff ff ff ff
                 * maximum A-MSDU length
                 * supported channel width
                 * short GI for 40 MHz
                 * max A-MPDU length exponent
                 * min MPDU start spacing
        Device supports TX status socket option.
        Device supports HT-IBSS.
Wiphy phy0
        Band 1:
                Capabilities: 0x2f2
                        HT20/HT40
                        Static SM Power Save
                        RX Greenfield
                        RX HT20 SGI
                        RX HT40 SGI
                        TX STBC
                        RX STBC 2-streams
                        Max AMSDU length: 3839 bytes
                        No DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 2 usec (0x04)
                HT RX MCS rate indexes supported: 0-15, 32
                TX unequal modulation not supported
                HT TX Max spatial streams: 2
                HT TX MCS rate indexes supported may differ
                Frequencies:
                        * 2412 MHz [1] (20.0 dBm)
                        * 2417 MHz [2] (20.0 dBm)
                        * 2422 MHz [3] (20.0 dBm)
                        * 2427 MHz [4] (20.0 dBm)
                        * 2432 MHz [5] (20.0 dBm)
                        * 2437 MHz [6] (20.0 dBm)
                        * 2442 MHz [7] (20.0 dBm)
                        * 2447 MHz [8] (20.0 dBm)
                        * 2452 MHz [9] (20.0 dBm)
                        * 2457 MHz [10] (20.0 dBm)
                        * 2462 MHz [11] (20.0 dBm)
                        * 2467 MHz [12] (20.0 dBm)
                        * 2472 MHz [13] (20.0 dBm)
                        * 2484 MHz [14] (disabled)
                Bitrates (non-HT):
                        * 1.0 Mbps
                        * 2.0 Mbps (short preamble supported)
                        * 5.5 Mbps (short preamble supported)
                        * 11.0 Mbps (short preamble supported)
                        * 6.0 Mbps
                        * 9.0 Mbps
                        * 12.0 Mbps
                        * 18.0 Mbps
                        * 24.0 Mbps
                        * 36.0 Mbps
                        * 48.0 Mbps
                        * 54.0 Mbps
        Band 2:
                Capabilities: 0x2f2
                        HT20/HT40
                        Static SM Power Save
                        RX Greenfield
                        RX HT20 SGI
                        RX HT40 SGI
                        TX STBC
                        RX STBC 2-streams
                        Max AMSDU length: 3839 bytes
                        No DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 2 usec (0x04)
                HT RX MCS rate indexes supported: 0-15, 32
                TX unequal modulation not supported
                HT TX Max spatial streams: 2
                HT TX MCS rate indexes supported may differ
                Frequencies:
                        * 5180 MHz [36] (disabled)
                        * 5190 MHz [38] (disabled)
                        * 5200 MHz [40] (disabled)
                        * 5210 MHz [42] (disabled)
                        * 5220 MHz [44] (disabled)
                        * 5230 MHz [46] (disabled)
                        * 5240 MHz [48] (disabled)
                        * 5250 MHz [50] (disabled)
                        * 5260 MHz [52] (disabled)
                        * 5270 MHz [54] (disabled)
                        * 5280 MHz [56] (disabled)
                        * 5290 MHz [58] (disabled)
                        * 5300 MHz [60] (disabled)
                        * 5310 MHz [62] (disabled)
                        * 5320 MHz [64] (disabled)
                        * 5500 MHz [100] (disabled)
                        * 5510 MHz [102] (disabled)
                        * 5520 MHz [104] (disabled)
                        * 5530 MHz [106] (disabled)
                        * 5540 MHz [108] (disabled)
                        * 5550 MHz [110] (disabled)
                        * 5560 MHz [112] (disabled)
                        * 5570 MHz [114] (disabled)
                        * 5580 MHz [116] (disabled)
                        * 5590 MHz [118] (disabled)
                        * 5600 MHz [120] (disabled)
                        * 5610 MHz [122] (disabled)
                        * 5620 MHz [124] (disabled)
                        * 5630 MHz [126] (disabled)
                        * 5640 MHz [128] (disabled)
                        * 5650 MHz [130] (disabled)
                        * 5660 MHz [132] (disabled)
                        * 5670 MHz [134] (disabled)
                        * 5680 MHz [136] (disabled)
                        * 5690 MHz [138] (disabled)
                        * 5700 MHz [140] (disabled)
                        * 5745 MHz [149] (30.0 dBm)
                        * 5755 MHz [151] (30.0 dBm)
                        * 5765 MHz [153] (30.0 dBm)
                        * 5775 MHz [155] (30.0 dBm)
                        * 5785 MHz [157] (30.0 dBm)
                        * 5795 MHz [159] (30.0 dBm)
                        * 5805 MHz [161] (30.0 dBm)
                        * 5825 MHz [165] (30.0 dBm)
                        * 4920 MHz [-16] (disabled)
                        * 4940 MHz [-12] (disabled)
                        * 4960 MHz [-8] (disabled)
                        * 4980 MHz [-4] (disabled)
                Bitrates (non-HT):
                        * 6.0 Mbps
                        * 9.0 Mbps
                        * 12.0 Mbps
                        * 18.0 Mbps
                        * 24.0 Mbps
                        * 36.0 Mbps
                        * 48.0 Mbps
                        * 54.0 Mbps
        max # scan SSIDs: 4
        max scan IEs length: 2257 bytes
        Coverage class: 0 (up to 0m)
        Supported Ciphers:
                * WEP40 (00-0f-ac:1)
                * WEP104 (00-0f-ac:5)
                * TKIP (00-0f-ac:2)
                * CCMP (00-0f-ac:4)
        Available Antennas: TX 0 RX 0
        Supported interface modes:
                 * IBSS
                 * managed
                 * AP
                 * AP/VLAN
                 * WDS
                 * monitor
                 * mesh point
        software interface modes (can always be added):
                 * AP/VLAN
                 * monitor
        valid interface combinations:
                 * #{ managed, AP, mesh point } <= 8,
                   total <= 8, #channels <= 1
        Supported commands:
                 * new_interface
                 * set_interface
                 * new_key
                 * start_ap
                 * new_station
                 * new_mpath
                 * set_mesh_config
                 * set_bss
                 * authenticate
                 * associate
                 * deauthenticate
                 * disassociate
                 * join_ibss
                 * join_mesh
                 * set_tx_bitrate_mask
                 * frame
                 * frame_wait_cancel
                 * set_wiphy_netns
                 * set_channel
                 * set_wds_peer
                 * probe_client
                 * set_noack_map
                 * register_beacons
                 * Unknown command (89)
                 * Unknown command (92)
                 * Unknown command (104)
                 * testmode
                 * connect
                 * disconnect
        Supported TX frame types:
                 * IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * mesh point: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * (null): 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
        Supported RX frame types:
                 * IBSS: 0x40 0xb0 0xc0 0xd0
                 * managed: 0x40 0xd0
                 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * mesh point: 0xb0 0xc0 0xd0
                 * P2P-client: 0x40 0xd0
                 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * (null): 0x40 0xd0
        Device supports RSN-IBSS.
        HT Capability overrides:
                 * MCS: ff ff ff ff ff ff ff ff ff ff
                 * maximum A-MSDU length
                 * supported channel width
                 * short GI for 40 MHz
                 * max A-MPDU length exponent
                 * min MPDU start spacing
        Device supports TX status socket option.
        Device supports HT-IBSS.

379

(78 odpowiedzi, napisanych Oprogramowanie / Software)

nie ma 36 :
http://i58.tinypic.com/2qtlbpj.jpg

mogę ustawić custom i wpisać z ręki - zaraz sprawdzam

**
ustawiłem 36, zapisz > niby działa.
Sprawdzam czy się podłacze telefonem (Galaxy note 2 - który ma abgn). właczam wyświetl listę wifi > widzę wifi1, klikam podłacz i mam odrazu błąd autoryzacji.
(gdzie jak ustawie b-n + kanał 1 > na tej samej karcie łaczy się odrazu )
Po ponownym skanowaniu sieci , znika /pojawia się wifi1.. nie wiem coś gdyby się resetowała w koło ?

380

(81 odpowiedzi, napisanych Oprogramowanie / Software)

jeśli używam tylko madplay, to mpc mogę usunać?

jeśli to wpiszę w konsolę

amixer set PCM 70% unmute
amixer set Master 100 unmute

Mam dzwięk smile
Dodać to do system > startup ?
Po resecie się nie ustawia ;/

381

(78 odpowiedzi, napisanych Oprogramowanie / Software)

działający na g/n

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'pci0000:00/0000:00:10.3/usb1/1-2/1-2:1.0'
        list ht_capab 'GF'
        list ht_capab 'SHORT-GI-20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'TX-STBC'
        list ht_capab 'RX-STBC12'
        option txpower '20'
        option country 'PL'
        option hwmode '11ng'
        option htmode 'HT20'
        option channel '1'

config wifi-iface
        option device 'radio0'
        option mode 'ap'
        option ssid 'OpenWrt1'
        option key 'haslo'
        option encryption 'psk2'
        option network 'lan wifi'

config wifi-device 'radio1'
        option type 'mac80211'
        option channel '11'
        option path 'pci0000:00/0000:00:10.3/usb1/1-1/1-1:1.0'
        list ht_capab 'SHORT-GI-20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'RX-STBC1'
        list ht_capab 'DSSS_CCK-40'
        option txpower '20'
        option country 'CN'
        option hwmode '11ng'
        option htmode 'HT20'

config wifi-iface
        option device 'radio1'
        option mode 'ap'
        option ssid 'OpenWrt2'
        option encryption 'psk2+tkip+ccmp'
        option key 'haslo'
        option network 'lan wifi'

Kiedy przestawie kartę na a/n - kiedy się wyłacza
Gdzie przez www pokazuje :

SSID: OpenWrt1 | Mode: Client
Wireless is disabled or not associated

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'pci0000:00/0000:00:10.3/usb1/1-2/1-2:1.0'
        list ht_capab 'GF'
        list ht_capab 'SHORT-GI-20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'TX-STBC'
        list ht_capab 'RX-STBC12'
        option txpower '20'
        option country 'PL'
        option htmode 'HT20'
        option hwmode '11na'
        option channel '149'

config wifi-iface
        option device 'radio0'
        option mode 'ap'
        option ssid 'OpenWrt1'
        option key 'haslo'
        option encryption 'psk2'
        option network 'lan wifi'

config wifi-device 'radio1'
        option type 'mac80211'
        option channel '11'
        option path 'pci0000:00/0000:00:10.3/usb1/1-1/1-1:1.0'
        list ht_capab 'SHORT-GI-20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'RX-STBC1'
        list ht_capab 'DSSS_CCK-40'
        option txpower '20'
        option country 'CN'
        option hwmode '11ng'
        option htmode 'HT20'

config wifi-iface
        option device 'radio1'
        option mode 'ap'
        option ssid 'OpenWrt2'
        option encryption 'psk2+tkip+ccmp'
        option key 'haslo'
        option network 'lan wifi'

382

(78 odpowiedzi, napisanych Oprogramowanie / Software)

pliku /etc/config/wireless ?

383

(78 odpowiedzi, napisanych Oprogramowanie / Software)

Doczytałeś może Cezary, czemu jak ustawiam kartę (która ma abgn) w zakresie bgn - działa. Lecz jak ustawiam a-n lub samo a, karta się wyłacza yikes , dioda nie sygnalizuje działania, tak samo scan sieci na karcie nic nie wyświetla yikes

384

(81 odpowiedzi, napisanych Oprogramowanie / Software)

o poczytam !!

a coś takiego , po ja korzystam chyba z alsa - bo alsamixer (wyświetla okienko z głośnością)
http://forum.dug.net.pl/viewtopic.php?id=17793

385

(81 odpowiedzi, napisanych Oprogramowanie / Software)

O niebo lepiej to gra niż mpc smile ( tylko pozostaje kwestia troszkę "trzeszczącego" dzwięku gdy za dużo różnych tonów się uzbiera + ziarnisty dzwięk ) - to korektora nie ma ? boo tylee już chciałem kupić sprzętowy korektor do wzmacniacza - ale zawsze są inne wydatki hmm

Tak więc , haa czytam że madplay'a nie można sterować przez androida ?

A z ciekawości, jest możliwość przesyłania dzwięku z pc przez wifi? np. coś ala pulpit zdalny (tylko że chce mieć tylko i wyłacznie ścieżkę dzwiękową na openwrt) ? postawił bym sobie terminal koło wzmacniacza + do tego jakiś ładny kabelek , bo przez te przełaczanie do laptopa - co chwila muszę wymieniać gniazda na nowe

386

(81 odpowiedzi, napisanych Oprogramowanie / Software)

Tylko może, czemu ten dzwięk tam dziwnie brzmi ? ustawiam głośność mniejszą a on i tak coś ala przesterowany , ciężko określić. A jest takie coś jak korektor?

skrypt od mp3 ? chodzi o skrypt od mpc ?

387

(81 odpowiedzi, napisanych Oprogramowanie / Software)

servera http ? gdzie na mute? z alsamixer mam jak na foto które dodałem

Chodzi możę o to :
Z poradnika > http://nzlamb.wordpress.com/2013/05/19/ … -terminal/

AirPlay

You will need to change the name of the mixer control to use for the AirPlay volume control or ShairPlay will crash.

Edit etc/config/airplay and set the volume line to PCM. You can also change the display name that ShairPoint anncounces itself as, for example ‘Workshop’ or ‘Games Room’.
config airplay
        option bname 'Workshop'
        option initbuf 320
        option daemonize true
#       option port 5002
#       option password '123456'
        option pcm 'default'
        option ctl 'default'
        option volume 'PCM'

Tylko że właściwie poleceniu make, nie wiem co tam się dzieje i nic tam dalej nie robiłem

...

Jaaasne :

ALSA Configuration

Run alsamixer to set the output volume. Set Headphones to 100% and press M to unmute it. Do the same for PCM but I recommend setting the level to about 60%.

Set Headphones to 100% and press M to unmute it..

Działa big_smile

Teraz tylko zostaje, jak ustawić to aby po resecie nie trzeba było znowu wpisywać w konsoli :
alsamixer i wszystkiego ustawiać ?

388

(81 odpowiedzi, napisanych Oprogramowanie / Software)

no to dam jeszcze raz i sprawdzę
, co nie zmienia faktu, ze po podłośnieniu w alsamixer dalej nie słychać

na porcie :6600
przez www jest takie cos :

OK MPD 0.16.0
ACK [5@0] {} unknown command "GET"
ACK [5@0] {} Invalid word character
ACK [5@0] {} Invalid word character
ACK [5@0] {} Invalid word character
ACK [5@0] {} Invalid word character
ACK [5@0] {} Invalid word character
ACK [5@0] {} Invalid word character
ACK [5@0] {} Invalid word character
ACK [5@0] {} Invalid word character
ACK [5@0] {} Invalid word character
ACK [5@0] {} No command given

389

(81 odpowiedzi, napisanych Oprogramowanie / Software)

amixer był wyciszony, ale go "podgłośniłem" zresetowałem nawet dla pewności terminal - reboot i dalej to samo ;/

390

(81 odpowiedzi, napisanych Oprogramowanie / Software)

root@OpenWrt:/mnt/mp3/music# /etc/init.d/mpd start
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch pswitch-joined penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [12.00dB] [off]
  Front Right: Playback 31 [100%] [12.00dB] [off]
BusyBox v1.19.4 (2014-04-05 17:53:23 CEST) multi-call binary.

Usage: nice [-n ADJUST] [PROG ARGS]

Change scheduling priority, run PROG

        -n ADJUST       Adjust priority by ADJUST

listen: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
playlist directory is not a directory: "/mnt/mp3/playlists"
output: No "audio_output" defined in config file
output: Attempt to detect audio output device
output: Attempting to detect a alsa audio device
output: Successfully detected a alsa audio device
root@OpenWrt:/mnt/mp3/music#

Jak dodam , pliczek mp3 :

root@OpenWrt:/mnt/mp3/music# mpc clear
volume:100%   repeat: off   random: off   single: off   consume: off
root@OpenWrt:/mnt/mp3/music# mpc add 9b6db7ba01.mp3
root@OpenWrt:/mnt/mp3/music# mpc play-
[playing] #1/1   0:00/4:10 (0%)
volume:100%   repeat: off   random: off   single: off   consume: off
root@OpenWrt:/mnt/mp3/music# mpc play
[playing] #1/1   0:43/4:10 (17%)

w alsamixer :
http://i60.tinypic.com/2hsadj4.jpg

ale na podłączonych słuchawkach nic nie gra yikes

391

(4 odpowiedzi, napisanych Oprogramowanie / Software)

tylko strony nie szyfrowane czyli http, gdzie obecnie wszędzie jest https, czy się myle ? też sobie radzi z https?

392

(78 odpowiedzi, napisanych Oprogramowanie / Software)

zerknij na 2 stronę(dodałem troszkę info, między tym co teraz napisałeś)

Tak pojawił się po wpisaniu :
wifi detect > /etc/config/wireless
nano /etc/config/wireless (edytowałem sobie usuwając linie odpowiedzialne za wyłączenie karty)

wpad i kmod-mac80211 mam wgrane (wkompilowałem je sobie w obraz przedtem)
** tylko tak teraz zastanawiam się czy napewno jak kompilowałem od nowa (bo wczoraj coś było nie tak) nowe openwrt czy zaznaczyłem tam ten mac80211, sprawdzę w package- tak nowo skompilowany mac80211 jest wgrany już

A do tego , na :
wifi bgn (działa dioda - która sygnalizuje że jest właczona)
wifi abgn ( nic się nie świeci)

393

(78 odpowiedzi, napisanych Oprogramowanie / Software)

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12   MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0001 Rev= 3.03
S:  Manufacturer=Linux 3.3.8 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 2
B:  Alloc= 16/800 us ( 2%), #Int= 64, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.03
S:  Manufacturer=Linux 3.3.8 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:10.3
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfgs=  1
P:  Vendor=0cf3 ProdID=1006 Rev= 1.08
S:  Manufacturer=ATHEROS
S:  Product=USB2.0 WLAN
S:  SerialNumber=12345
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 6 Cls=ff(vend.) Sub=00 Prot=00 Driver=ath9k_htc
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  64 Ivl=125us
E:  Ad=04(O) Atr=03(Int.) MxPS=  64 Ivl=125us
E:  Ad=05(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=06(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  3 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=148f ProdID=5572 Rev= 1.01
S:  Manufacturer=Ralink
S:  Product=802.11 n WLAN
S:  SerialNumber=1.0
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=450mA
I:* If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=rt2800usb
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=04(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

A więc : jeśli ustawie na karcie :
802.11 a+n ustawie któryś kanał z 5 Ghz - karta nie działa
na kombinacji gbn - działa - wyświetla wifi

Kiedy chce skanować sieci wifi na karcie, nic nie wyświetla a przecież są 3-4 sieci w koło (które 2 karta wyświetla)

Do tego nie wiem jak mam ustawić abym miał neta na podłączonym urządzeniu (czy to pod wifi1,wifi 2) . w terminalu mam neta przez kartę lan (która jest jako dhcp client)

http://i58.tinypic.com/ezl4z7.jpg
http://i60.tinypic.com/2eobodz.jpg
Lub sam juz nie wiem co mam tam ustawić, przedtem jakoś mi to działało (na stabilnym openwrt 12.09)
*
firewall setting - ustawiam tak jak na foto lub 3 opcja "unspecified -or- create: " - lecz bez różnicy

Na urządzeniuu który chce podłączyć po wifi mam "uzyskiwanie adresu IP..."

A na podpiętym monitorze pod terminal mam (rozumiem żę karta abgn coś nie nie halo yikes )
http://i57.tinypic.com/349dowl.jpg

394

(78 odpowiedzi, napisanych Oprogramowanie / Software)

dobra mam skompilowane i wgrane już openwrt na terminal, podłaczam obie karty wifi pod usb.
Chce zrobić :
wifi detect /etc/config/wireles , lecz nie ma takiego pliku hmm

Mam wgrane już w kompilację : wpad/kmod-ath9k-htc/kmod-rt2800-usb
Lecz przez www nawet nie mam zakładki > network > wireles

Jakieś pomysły ? bo wiem że domyślnie karty są wyłaczone, aby je właczyć trzeba edytować plik /etc/config/wireless - którego nie posiadam yikes

A wiec coś już niby jest, ale .. nie dopracowane lub nie działa tak jak ma .. tylko dopisze dokładniej.. bo akurat wychodze z domu

395

(81 odpowiedzi, napisanych Oprogramowanie / Software)

http://speedy.sh/JjnRC/config

nie mogłem załaczyć jako text, bo wyświetla mi że za dużo waży

396

(81 odpowiedzi, napisanych Oprogramowanie / Software)

widzę gdzieś w plikach od opt/aa conf, zconf .. ale .config nie ma

* wpisanie w szukajkę : .config nic nie wyświetla yikes

397

(81 odpowiedzi, napisanych Oprogramowanie / Software)

nie to ? gotowy plik wyjściowy ? czy może podaj gdzie ten plik jest ?

398

(81 odpowiedzi, napisanych Oprogramowanie / Software)

a jeśli bym wrzucił tutaj pliczek config ? od make menuconfig , który wrzucam i mam błąd ? mógłbyś zerknać co jest tam nie tak ?

# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

mainmenu "OpenWrt Configuration"

config HAVE_DOT_CONFIG
    bool
    default y

source "target/Config.in"

menu "Target Images"

    menuconfig TARGET_ROOTFS_INITRAMFS
        bool "ramdisk"
        default y if USES_INITRAMFS
        help
          Embed the rootfs into the kernel (initramfs)

        choice
            prompt "Compression"
            default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
            default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips
            default TARGET_INITRAMFS_COMPRESSION_NONE
            depends TARGET_ROOTFS_INITRAMFS
            help
              Select ramdisk compression.

            config TARGET_INITRAMFS_COMPRESSION_NONE
                bool "none"

            config TARGET_INITRAMFS_COMPRESSION_GZIP
                bool "gzip"

            config TARGET_INITRAMFS_COMPRESSION_BZIP2
                bool "bzip2"

            config TARGET_INITRAMFS_COMPRESSION_LZMA
                bool "lzma"

            config TARGET_INITRAMFS_COMPRESSION_LZO
                bool "lzo"

            config TARGET_INITRAMFS_COMPRESSION_XZ
                bool "xz"
        endchoice

        config EXTERNAL_CPIO
            string
            prompt "Use external cpio" if TARGET_ROOTFS_INITRAMFS
            default ""
            help
              Kernel uses specified external cpio as INITRAMFS_SOURCE

    comment "Root filesystem archives"

    config TARGET_ROOTFS_CPIOGZ
        bool "cpio.gz"
        default y if USES_CPIOGZ
        help
          Build a compressed cpio archive of the the root filesystem

    config TARGET_ROOTFS_TARGZ
        bool "tar.gz"
        default y if USES_TARGZ
        help
          Build a compressed tar archive of the the root filesystem

    comment "Root filesystem images"

    config TARGET_ROOTFS_EXT4FS
        bool "ext4"
        default y if USES_EXT4
        depends !TARGET_ROOTFS_INITRAMFS
        help
          Ext4 file system with some free space for uml images

    config TARGET_ROOTFS_ISO
        bool "iso"
        default n
        depends TARGET_ROOTFS_INITRAMFS && TARGET_x86
        help
          Create some bootable ISO image

    config TARGET_ROOTFS_JFFS2
        bool "jffs2"
        default y if USES_JFFS2
        depends !TARGET_ROOTFS_INITRAMFS
        help
          Build a jffs2 root filesystem

    config TARGET_ROOTFS_SQUASHFS
        bool "squashfs"
        default y if USES_SQUASHFS
        depends !TARGET_ROOTFS_INITRAMFS
        help
          Build a squashfs-lzma root filesystem

    config TARGET_ROOTFS_UBIFS
        bool "ubifs"
        default y if USES_UBIFS
        depends !TARGET_ROOTFS_INITRAMFS && USES_UBIFS
        help
          Build a ubifs root filesystem

    comment "Image Options"

    source "target/linux/*/image/Config.in"

    config TARGET_ROOTFS_PARTSIZE
        int "Root filesystem partition size (in MB)"
        depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532
        default 48
        help
            Allows you to change the root filesystem partition size

    config TARGET_ROOTFS_MAXINODE
        int "Maximum number of inodes in root filesystem"
        depends TARGET_ROOTFS_EXT4FS
        default 6000
        help
            Allows you to change the maximum number of inodes in the root filesystem

    config TARGET_ROOTFS_RESERVED_PCT
        int "Percentage of reserved blocks in root filesystem"
        depends TARGET_ROOTFS_EXT4FS
        default 5
        help
            Allows you to change the percentage of reserved blocks in the root filesystem

endmenu

menu "Global build settings"

    config ALL
        bool "Select all packages by default"
        default n

    comment "General build options"

    config DISPLAY_SUPPORT
        bool "Show packages that require graphics support (local or remote)"
        default n

    config BUILD_PATENTED
        default y
        bool "Compile with support for patented functionality"
        help
          When this option is disabled, software which provides patented functionality will not be built.
          In case software provides optional support for patented functionality,
          this optional support will get disabled for this package.

    config BUILD_NLS
        default n
        bool "Compile with full language support"
        help
          When this option is enabled, packages are built with the full versions of iconv and GNU gettext
          instead of the default OpenWrt stubs. If uClibc is used, it is also built with locale support.

    config BUILD_STATIC_TOOLS
        default n
        bool "Attempt to link host utilities statically"
        help
          Linking host utilities like sed or firmware-utils statically increases the portability of the
          generated ImageBuilder and SDK tarballs, however it may fail on some Linux distributions.

    config SHADOW_PASSWORDS
        bool
        prompt "Enable shadow password support"
        default y
        help
          Enable shadow password support.

    config CLEAN_IPKG
        bool
        prompt "Remove ipkg/opkg status data files in final images"
        default n
        help
            This removes all ipkg/opkg status data files from the target directory before building the root fs

    config COLLECT_KERNEL_DEBUG
        bool
        prompt "Collect kernel debug information"
        select KERNEL_DEBUG_INFO
        default n
        help
            This collects debugging symbols from the kernel and all compiled modules.
            Useful for release builds, so that kernel issues can be debugged offline later.

    comment "Kernel build options"

    config KERNEL_DEBUG_FS
        bool "Compile the kernel with Debug FileSystem enabled"
        default y
        help
          debugfs is a virtual file system that kernel developers use to put
          debugging files into. Enable this option to be able to read and
          write to these files.

    config KERNEL_PERF_EVENTS
        bool
        default n

    config KERNEL_PROFILING
        bool "Compile the kernel with profiling enabled"
        default n
        select KERNEL_PERF_EVENTS
        help
          Enable the extended profiling support mechanisms used by profilers such
          as OProfile.

    config KERNEL_KALLSYMS
        bool "Compile the kernel with symbol table information"
        default n
        help
          This will give you more information in stack traces from kernel oopses

    config KERNEL_FTRACE
        bool "Compile the kernel with tracing support"
        default n

    config KERNEL_ENABLE_DEFAULT_TRACERS
        bool "Trace process context switches and events"
        depends on KERNEL_FTRACE
        default n

    config KERNEL_DEBUG_KERNEL
        bool
        default n

    config KERNEL_DEBUG_INFO
        bool "Compile the kernel with debug information"
        default n
        select KERNEL_DEBUG_KERNEL
        help
          This will compile your kernel and modules with debug information.

    config KERNEL_DEBUG_LL_UART_NONE
        bool
        default n
        depends on arm

    config KERNEL_DEBUG_LL
        bool
        default n
        depends on arm
        select KERNEL_DEBUG_LL_UART_NONE
        help
          ARM low level debugging

    config KERNEL_EARLY_PRINTK
        bool "Compile the kernel with early printk"
        default n
        depends on arm
        select KERNEL_DEBUG_KERNEL
        select KERNEL_DEBUG_LL if arm
        help
          Compile the kernel with early printk support.
          This is only useful for debugging purposes to send messages
          over the serial console in early boot.
          Enable this to debug early boot problems.

    config KERNEL_AIO
        bool "Compile the kernel with asynchronous IO support"
        default n

    config KERNEL_MAGIC_SYSRQ
        bool "Compile the kernel with SysRq support"
        default y

    config KERNEL_ELF_CORE
        bool "Enable process core dump support"
        default y

    config KERNEL_PROVE_LOCKING
        bool "Enable kernel lock checking"
        select KERNEL_DEBUG_KERNEL
        default n

    config KERNEL_PRINTK_TIME
        bool "Enable printk timestamps"
        default y

    config KERNEL_RELAY
        bool

    comment "Package build options"

    config DEBUG
        bool
        prompt "Compile packages with debugging info"
        default n
        help
          Adds -g3 to the CFLAGS

    config IPV6
        bool
        prompt "Enable IPv6 support in packages"
        default y
        help
          Enable IPV6 support in packages (passes --enable-ipv6 to configure scripts).

    config PKG_BUILD_PARALLEL
        bool
        prompt "Compile certain packages parallelized"
        default y
        help
          This adds a -jX option to certain packages that are known to
          behave well for parallel build. By default the package make processes
          use the main jobserver, in which case this option only takes effect
          when you add -jX to the make command.

          If you are unsure, select N.

    config PKG_BUILD_USE_JOBSERVER
        bool
        prompt "Use top-level make jobserver for packages"
        depends on PKG_BUILD_PARALLEL
        default y
        help
          This passes the main make process jobserver fds to package builds,
          enabling full parallelization across different packages

          Note that disabling this may overcommit CPU resources depending on the
          -j level of the main make process, the number of package
          submake jobs selected below and the number of actual CPUs present.
          Example: If the main make is passed a -j4 and the submake -j
          is also set to 4, we may end up with 16 parallel make processes
          in the worst case.


    config PKG_BUILD_JOBS
        int
        prompt "Number of package submake jobs (2-512)"
        range 2 512
        default 2
        depends on PKG_BUILD_PARALLEL && !PKG_BUILD_USE_JOBSERVER
        help
          The number of jobs (-jX) to pass to packages submake.

    config PKG_DEFAULT_PARALLEL
        bool
        prompt "Parallelize the default package build rule (May break build)"
        depends on PKG_BUILD_PARALLEL
        depends on BROKEN
        default n
        help
          Always set the default package build rules to parallel build.

          WARNING: This may break build or kill your cat, as it builds
          packages with multiple jobs that are probably not tested in
          a parallel build environment.

          Only say Y, if you don't mind fixing broken packages.
          Before reporting build bugs, set this to N and re-run the build.

    config TOOLCHAIN_PARALLEL
        bool
        prompt "Parallelize the toolchain build (May break build)"
        depends on PKG_BUILD_PARALLEL
        depends on BROKEN
        default n
        help
          Build the toolchain with parallel make jobs.
          This speeds up the toolchain build on SMP machines, but may
          break the build for certain toolchain versions.

          If you say Y, toolchain build might break.
          Before reporting build bugs, set this to N and re-run the build.

    comment "Stripping options"

    choice
        prompt "Binary stripping method"
        default USE_STRIP   if EXTERNAL_TOOLCHAIN
        default USE_STRIP   if USE_GLIBC || USE_EGLIBC
        default USE_SSTRIP
        help
          Select the binary stripping method you wish to use.

        config NO_STRIP
            bool "none"
            help
              This will install unstripped binaries (useful for native compiling/debugging)

        config USE_STRIP
            bool "strip"
            help
              This will install binaries stripped using strip from binutils


        config USE_SSTRIP
            bool "sstrip"
            depends !DEBUG
            depends !USE_GLIBC
            depends !USE_EGLIBC
            help
              This will install binaries stripped using sstrip
    endchoice

    config STRIP_ARGS
        string
        prompt "Strip arguments"
        depends USE_STRIP
        default "--strip-unneeded --remove-section=.comment --remove-section=.note" if DEBUG
        default "--strip-all"
        help
          Specifies arguments passed to the strip command when stripping binaries

    config STRIP_KERNEL_EXPORTS
        bool "Strip unnecessary exports from the kernel image"
        help
          Reduces kernel size by stripping unused kernel exports from the kernel image
          Note that this might make the kernel incompatible with any kernel modules that
          were not selected at the time the kernel image was created

    config USE_MKLIBS
        bool "Strip unnecessary functions from libraries"
        help
          Reduces libraries to only those functions that are necessary for using all
          selected packages (including those selected as <M>)
          Note that this will make the system libraries incompatible with most of the packages
          that are not selected during the build process

    choice
        prompt "Preferred standard C++ library"
        default USE_LIBSTDCXX if USE_EGLIBC
        default USE_UCLIBCXX
        help
          Select the preferred standard C++ library for all packages that support this.

        config USE_UCLIBCXX
            bool "uClibc++"

        config USE_LIBSTDCXX
            bool "libstdc++"

    endchoice

endmenu

menuconfig DEVEL
    bool "Advanced configuration options (for developers)"
    default n

    config BROKEN
        bool "Show broken platforms / packages" if DEVEL
        default n

    config DOWNLOAD_FOLDER
        string "Download folder" if DEVEL
        default ""

    config LOCALMIRROR
        string "Local mirror for source packages" if DEVEL
        default ""

    config AUTOREBUILD
        bool "Automatic rebuild of packages" if DEVEL
        default y
        help
          Automatically rebuild packages when their files change

    config BUILD_SUFFIX
        string "Build suffix to append to the BUILD_DIR variable" if DEVEL
        default ""
        help
          Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix

    config TARGET_ROOTFS_DIR
        string "Override the default TARGET_ROOTFS_DIR variable" if DEVEL
        default ""
        help
          Override the default TARGET_ROOTFS_DIR variable content $(BUILD_DIR) with custom path.
          Use this option to re-define the location of the target root file system directory.

    config CCACHE
        bool "Use ccache" if DEVEL
        default n
        help
          Compiler cache; see http://ccache.samba.org/

    config EXTERNAL_KERNEL_TREE
        string "Use external kernel tree" if DEVEL
        default ""

    config KERNEL_GIT_CLONE_URI
        string "Enter git repository to clone" if DEVEL
        default ""
        help
          Enter the full git repository path i.e.:
          git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
          This will create a git clone of the kernel in your build
          directory.

    config KERNEL_GIT_LOCAL_REPOSITORY
        string "Enter path to local reference repository" if DEVEL
        default ""
        help
          Enter a full pathname to a local reference git repository.
          In this instance, the --refererence option of git clone will
          be used thus creating a quick local clone of your repo.

    config BUILD_LOG
        bool "Enable log files during build process" if DEVEL
        help
          If enabled log files will be written to the ./log directory

    config SRC_TREE_OVERRIDE
        bool "Enable package source tree override" if DEVEL
        help
          If enabled, you can force a package to use a git tree as source
          code instead of the normal tarball. Create a symlink 'git-src'
          in the package directory, pointing to the .git tree that you want
          to pull the source code from

menuconfig TARGET_OPTIONS
    bool "Target Options"  if DEVEL

    config TARGET_OPTIMIZATION
        string "Target Optimizations" if TARGET_OPTIONS
        default DEFAULT_TARGET_OPTIMIZATION
        help
          Optimizations to use when building for the target host.

    config SOFT_FLOAT
        bool "Use software floating point by default" if TARGET_OPTIONS
        default y
        depends on (arm || armeb || powerpc || mipsel || mips) && !HAS_FPU
        help
          If your target CPU does not have a Floating Point Unit (FPU) or a
          kernel FPU emulator, but you still wish to support floating point
          functions, then everything will need to be compiled with soft floating
          point support (-msoft-float).

          Most people will answer N.

source "toolchain/Config.in"

source "target/imagebuilder/Config.in"
source "target/sdk/Config.in"
source "target/toolchain/Config.in"

source "tmp/.config-package.in"

399

(81 odpowiedzi, napisanych Oprogramowanie / Software)

noo tak nowy, tylko .. czemu po "moim" padł kernel? jak zasugerowałeś abym sprawdził dysk ? jeśli inny działa, to dysk raczej napewno jest sprawny

**
teraz patrzę, że nie robiłęm nic z pakietami :

Kernel Modules 
Cryptographic API Modules 
kmod-crypto-aes
kmod-crypto-hash
kmod-crypto-hw-padlock

znaczy zostawiłem domyślnie, mozę to tego wina?

400

(81 odpowiedzi, napisanych Oprogramowanie / Software)

nie miałem jak sprawdzić, to wgrałem jeszcze raz od nowa starą stabilną wersję jakaś 10.02 - działa bez błędnie, wiec czemu "moja" skompilowana jakieś problemy robi? zaznaczone mam to co na liście(prócz karty lan via rhino - czy jakoś tak ! ), mozesz zerknąć Cezary może coś jest nie odpowiedniego ?

* już wgrane przez www najnowsza stabilna 12.09 (którą miałem przedtem) działa, a "moja" kernel error ;//