Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (8) </ 1 2 3 [4] 5 6 7 8 >/

[ Track this topic :: Email this topic :: Print this topic ]

new topic new poll
Topic: DSL 4.2.4< Next Oldest | Next Newest >
curaga Offline





Group: Members
Posts: 2163
Joined: Feb. 2007
Posted: Jan. 16 2008,11:52 QUOTE

Okay, I have (finally) tried DSL 4. I booted embedded.
Have to say the new look is great :D

Even the wallpaper, that remotely says vista, is enough un-vistaish to look awesome. The change to JWM was good. Only thing I didn't like was the new default theme for fluxbox, I prefer the dark flux theme from 3.x instead of the bluish one (that also consumes more screen space; I normally wouldn't have noticed, but I've gotten used to the previous theme)

Here's a patch for kbdconfig; it didn't show all keymaps
http://rapidshare.com/files/84226763/kbdconfig.patch.html


--------------
There's no such thing as life. Those mean little jocks invented it ;)
-
Windows is not a virus. A virus does something!
Back to top
Profile PM 
kuky Offline





Group: Members
Posts: 245
Joined: May 2005
Posted: Jan. 16 2008,20:43 QUOTE

mkisofs solved as the book....

was a problem of understand that /  \ means to continue writing the line... pag 206,207 the complete line is
# cd /opt
# mkisofs -R -hide-rr-moved -cache-inodes -pad myapp | create compressed_fs - 65536 > /tmp/myapp.uci

:D  :D  :D

curaga you do not corrected all ...the chinese is in the old version...its courious that the only chinese words that i undestand are in linux code  ...or something is wrong in the wiki pages..

:;):

pdta curaga your avatar is batman or a dog smoking ?
Back to top
Profile PM 
kuky Offline





Group: Members
Posts: 245
Joined: May 2005
Posted: Jan. 16 2008,21:47 QUOTE

with my wireless problem :

the wireles is loaded with ndiswrapper in aterm

ndiswrapper -i /home/dsl/sis163u.inf

ndiswrapper -d 0bf8:100f sis163u

ndiswrapper -m

sis163u installed hardware present try to do a iwconfig

iwconfig wlan0 essid xxxx mode managed channel x

with no sucess

and i redo with control panel ndiswrapper..add the essid

and quick said no connected...(with comparation other dsl ver)

i remember that in other ver its added some more latency to work the usb wireless??
Back to top
Profile PM 
lucky13 Offline





Group: Members
Posts: 1478
Joined: Feb. 2007
Posted: Jan. 16 2008,22:52 QUOTE

Do you modprobe ndiswrapper and pump -i wlan0?

--------------
"It felt kind of like having a pitbull terrier on my rear end."
-- meo (copyright(c)2008, all rights reserved)
Back to top
Profile PM WEB 
Juanito Offline





Group: Members
Posts: 1601
Joined: Sep. 2005
Posted: Jan. 17 2008,17:57 QUOTE

Quote
with my wireless problem :

- @ kuky, if it helps, here are the steps I took to get ndiswrapper working on my machine with dsl-4.2.4. This is using a router that broadcasts the essid and uses wep:
Code Sample
$ sudo ndiswrapper -i /mnt/sda1/drivers/ndiswrapper/bcmwl5a.inf
Installing bcmwl5a
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2

$ ndiswrapper -l                                          
Installed drivers:
bcmwl5a         driver installed, hardware present

$ sudo modprobe ndiswrapper
$ lsmod
Module                  Size  Used by    Not tainted
ndiswrapper           171708   0
usbcore                58016   1 [ndiswrapper hid usb-storage usb-uhci ehci-hcd]

$ dmesg
...
ndiswrapper version 1.14 loaded (preempt=no,smp=yes)
ndiswrapper: driver bcmwl5a (Broadcom,10/20/2004, 3.70.22.0) loaded
ndiswrapper: using irq 7
wlan0: vendor: ''
wlan0: ndiswrapper ethernet device 00:0b:7d:29:43:f6 using driver bcmwl5a, 14E4:4324.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA

$ iwconfig
...
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 16, therefore some driver features
may not be available...

wlan0     IEEE 802.11a  ESSID:off/any  
         Mode:Managed  Frequency:2.462GHz  Access Point: 00:00:00:00:00:00  
         Bit Rate:54Mb/s   Tx-Power:25 dBm  
         RTS thr:2347 B   Fragment thr:2346 B  
         Power Management:off
         Link Quality:0  Signal level:0  Noise level:0
         Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
         Tx excessive retries:0  Invalid misc:0   Missed beacon:0

$ sudo iwlist wlan0 scan [had to do this several times before it worked]
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 16, therefore some driver features
may not be available...

wlan0     Scan completed :
         Cell 01 - Address: 00:12:17:71:0F:5C
                   ESSID:"juanito_essid"
                   Protocol:IEEE 802.11b
                   Mode:Managed
                   Frequency:2.437GHz
                   Quality:0/100  Signal level:-53 dBm  Noise level:-256 dBm
                   Encryption key:on
                   Bit Rate:1Mb/s
                   Bit Rate:2Mb/s
                   Bit Rate:5.5Mb/s
                   Bit Rate:11Mb/s
                   Bit Rate:18Mb/s
                   Bit Rate:24Mb/s
                   Bit Rate:36Mb/s
                   Bit Rate:54Mb/s
                   Bit Rate:6Mb/s
                   Bit Rate:9Mb/s
                   Bit Rate:12Mb/s
                   Bit Rate:48Mb/s
                   Extra:bcn_int=100
                   Extra:atim=0

$ sudo iwconfig wlan0 essid "juanito_essid"
$ sudo iwconfig wlan0 key restricted 12:34:56:78:9A:BC:DE:F1:23:45:67:89:AB
$ iwconfig
...
wlan0     IEEE 802.11g  ESSID:"juanito_essid"  
         Mode:Managed  Frequency:2.437GHz  Access Point: 00:12:17:71:0F:5C  
         Bit Rate:54Mb/s   Tx-Power:25 dBm  
         RTS thr:2347 B   Fragment thr:2346 B  
         Power Management:off
         Link Quality:0  Signal level:0  Noise level:0
         Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
         Tx excessive retries:0  Invalid misc:0   Missed beacon:0

$ sudo ifconfig wlan0 up
$ sudo pump -i wlan0
$ sudo ping www.damnsmalllinux.org
PING www.damnsmalllinux.org (65.254.46.177): 56 data bytes
64 bytes from 65.254.46.177: icmp_seq=0 ttl=50 time=280.5 ms
...
Back to top
Profile PM 
38 replies since Jan. 13 2008,20:03 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (8) </ 1 2 3 [4] 5 6 7 8 >/
new topic new poll
Quick Reply: DSL 4.2.4

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code