Re: Problem with usb wifi dongle

2007-06-13 Thread salahuddin pasha

On 6/14/07, salahuddin pasha <[EMAIL PROTECTED]> wrote:

for Asus Spacelink WL-167g check

http://salahuddin66.blogspot.com/2006/08/wifi-in-debian.html


On 6/1/07, Sylvain Archenault <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to make my wifi dongle working on my debian sid box (Asus
> wl-167g).
>
> I tried with the official drivers (rt2500 or rt2x00) and with ndiswrapper.
>
> With the official drivers, iwconfig detects nothing (module is loaded)
> and I noticed nothing in the logs.
>
> With ndiswrapper, it's not better. The driver seems to be well installed
>
> $ndiswrapper -l
> rt2500usb : driver installed
> device (0B05:1706) present
>
> I noticed this error in syslog :
> May 31 20:40:17 localhost kernel: ioctl32(loadndisdriver-:4696): Unknown
> cmd fd(0) cmd(40056e00){00} arg(ffcc61c4) on /dev/ndiswrapper (deleted)
>
> It may be the cause of the problem.
>
>
> Does anyone made this chipset working ? (I made it last summer, can't
> remember kernel version).
>
> Thanks for your help.
>
> PS: I tried with kernel 2.6.18-4 and 2.6.21 (installed from official
> debian package, I used amd64 ones).
> --
> Sylvain Archenault
>
>
>


--
--salahuddin66

salahuddin66.blogspot.com
salahuddin66.deviantart.com



Opps.

Sorry for top posting

--
--salahuddin66


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ralink wifi card

2007-06-13 Thread salahuddin pasha

On 6/6/07, Harold R. Grove <[EMAIL PROTECTED]> wrote:

i'm having trouble getting my rt61 based card working under debian etch.
lspci shows i've got the right card:

00:0f.0 Network controller: RaLink RT2561/RT61 802.11g PCI

the steps i've taken so far are

1.grab the driver from ralink's website, and untar it.
2.cd to the 'Module' directory and copy Makefile.6 to Makefile
3.install the kernel headers, make, gcc, tofrodos, wireless-tools
4.make the module
5.copy all of the binary firmware files and configuration file 'rt61sta.dat'
to '/etc/Wireless/RT61STA'
6.convert the 'rt61sta.dat' file to unix format
7.copy 'rt61.ko' to '/lib/modules/$(uname -r)/kernel/drivers/net/wireless'
8.run 'depmod'
9.run 'modprobe rt61' (no errors)

the driver says it finds a card, and the ra0 interface shows up,
but 'iwconfig' says that it has no wireless extensions.
running 'ifconfig -a' says that this card has no mac address as well.

is the firmware for this card not getting loaded?
--
--Rusty

rgrove at msad fifty six dot org


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




you can try

#apt-get install rt2570-source
#module-assistant

then it will build the rt2570-modules-2.6.17-2-686 (if u use kernel 2.6.17)

#modprobe rt2570

my /etc/network/interfaces
--
auto eth1
iface eth1 inet dhcp
wireless-essid your_ID
wireless-mode managed
wireless-key your_secret_key


http://laic.u-clermont1.fr/~mr/linux/configreseau_en.shtml

--
--salahuddin66

salahuddin66.blogspot.com
salahuddin66.deviantart.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Problem with usb wifi dongle

2007-06-13 Thread salahuddin pasha

for Asus Spacelink WL-167g check

http://salahuddin66.blogspot.com/2006/08/wifi-in-debian.html


On 6/1/07, Sylvain Archenault <[EMAIL PROTECTED]> wrote:

Hi,

I'm trying to make my wifi dongle working on my debian sid box (Asus
wl-167g).

I tried with the official drivers (rt2500 or rt2x00) and with ndiswrapper.

With the official drivers, iwconfig detects nothing (module is loaded)
and I noticed nothing in the logs.

With ndiswrapper, it's not better. The driver seems to be well installed

$ndiswrapper -l
rt2500usb : driver installed
device (0B05:1706) present

I noticed this error in syslog :
May 31 20:40:17 localhost kernel: ioctl32(loadndisdriver-:4696): Unknown
cmd fd(0) cmd(40056e00){00} arg(ffcc61c4) on /dev/ndiswrapper (deleted)

It may be the cause of the problem.


Does anyone made this chipset working ? (I made it last summer, can't
remember kernel version).

Thanks for your help.

PS: I tried with kernel 2.6.18-4 and 2.6.21 (installed from official
debian package, I used amd64 ones).
--
Sylvain Archenault






--
--salahuddin66

salahuddin66.blogspot.com
salahuddin66.deviantart.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: can you recommend any open source presentation tool?

2007-05-30 Thread salahuddin pasha

On 5/20/07, Jhair Tocancipa Triana <[EMAIL PROTECTED]> wrote:

Serena Cantor writes:

> Which software is Linux's equivalence of M$'s PowerPoint?

I would recommend foiltex + pdflatex.

--
--Jhair




http://www.openoffice.org/product/impress.html


--
--salahuddin66

salahuddin66.blogspot.com
salahuddin66.deviantart.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Wireless Network & Password?

2007-04-13 Thread salahuddin pasha

I used wireless Asus Spacelink WL-167g USB2

#modprobe rt2570

my /etc/network/interfaces
--
auto eth1
iface eth1 inet dhcp
wireless-essid your_ID
wireless-mode managed
wireless-key your_secret_key
-

http://salahuddin66.blogspot.com/2006/08/wifi-in-debian.html


On 4/13/07, Celejar <[EMAIL PROTECTED]> wrote:

On Fri, 13 Apr 2007 08:53:47 +0200 (CEST)
"Jiri Svoboda" <[EMAIL PROTECTED]> wrote:

> > On Thu, 12 Apr 2007 06:57:32 -0400
> > Michael Pobega <[EMAIL PROTECTED]> wrote:
> >
> >> -BEGIN PGP SIGNED MESSAGE-
> >> Hash: SHA1
> >> On Thu, Apr 12, 2007 at 09:02:00AM +0200, Jiri Svoboda wrote:
> >> > Hi all  ;)
> >> >
> >> > is there a possibility to use a password with iwconfig
> >> > on wireless connection?
> >> >
> >> > I need! to use code / password to connect.
> >> >
> >> > / Jiri
> >
> >> wireless-key KEY in /etc/network/interfaces. Using WiFi-Radar it should
> automatically ask you for a key.
> >
> > Or 'iwconfig key '. You (the OP) would have found that with a
> simple 'man iwconfig'.
> >
> > Celejar
>
> I did that, therefor this mail!!!
>
> That is not the case, key will NOT provide the option
> for eXtra password!

OK, but your original question should have been clearer. I still don't
really understand the situation. The 'key' option is for WEP passwords;
for WPA you need 'wpasupplicant'. What's this 'eXtra' password you're
asking about? What kind of authentication is this?

Celejar


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]





--
-salahuddin_66


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Tree walking failed - ftw (2 No such file or directory)

2007-02-26 Thread salahuddin pasha

Hello there,

I am trying to build a custom cd for my personal use

but when i give
#apt-ftparchive -c apt.conf generate yourcdname-di.conf

it shows
=
ip206:~/quenix/debian# apt-ftparchive -c apt.conf generate yourcdname-di.conf
pool/main:E: Tree walking failed - ftw (2 No such file or directory)
Done Packages, Starting contents.
Done. 0B in 0 archives. Took 0s
ip206:~/quenix/debian#


any idea or hint

uname -r = 2.4.27-3-386


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Phone's USB address problem

2007-01-15 Thread salahuddin pasha

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear Andrew,

I solve it from your link. Thanks

i just add this to udev.rules

KERNEL=="ttyUSB*", BUS=="usb", SYMLINK+="siemens-sk65"

and in my wvdial.conf

Modem = /dev/siemens-sk65


Regards
Salahuddin


On 12/16/06, salahuddin pasha <[EMAIL PROTECTED]> wrote:

-- Forwarded message --
From: Andrew Sackville-West <[EMAIL PROTECTED]>
Date: Dec 16, 2006 2:44 AM
Subject: Re: Phone's USB address problem
To: debian-user@lists.debian.org


On Sat, Dec 16, 2006 at 02:30:16AM +0600, salahuddin pasha wrote:
> Hello there,
>
> I am having some problem with the USB address.
>
> I use the GPRS as my main internet connection & debian upgrade. But
> some times my mobile's USB address change to /dev/ttyUSB0 to
> /dev/ttyUSB1
>
> Is there any way to lock the USB address for this.

if you're using udev, look into custom udev rules

http://www.reactivated.net/writing_udev_rules.html

is a good place to start. you can write a custom rule to do all kinds
of stuff for your devices.

A


>
> I am using Siemens SK65.
>
> output
> 
---
> ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
> OK
> --> Modem initialized.
> --> Sending: ATDT*99***1#
> --> Waiting for carrier.
> ATDT*99***1#
> CONNECT
> [EMAIL PROTECTED] }9}"}&} }*} } }'}"}(}"}%}&E[11]B}#}#}%B#}%7`~
> --> Carrier detected.  Waiting for prompt.
> [EMAIL PROTECTED] }9}"}&} }*} } }'}"}(}"}%}&E[11]B}#}#}%B#}%7`~
> --> PPP negotiation detected.
> --> Starting pppd at Fri Dec 15 15:20:42 2006
> --> Pid of pppd: 3608
> --> Using interface ppp0
> --> pppd: ˆ[08][06][08]˜[10][06][08]
> --> local  IP address 10.87.24.219
> --> pppd: ˆ[08][06][08]˜[10][06][08]
> --> remote IP address 192.168.254.254
> --> pppd: ˆ[08][06][08]˜[10][06][08]
> --> primary   DNS address 192.168.80.66
> --> pppd: ˆ[08][06][08]˜[10][06][08]
> --> secondary DNS address 202.134.13.3
> --> pppd: ˆ[08][06][08]˜[10][06][08]
> --> Connect time 544.0 minutes.
> --> pppd: ˆ[08][06][08]˜[10][06][08]
> --> Disconnecting at Sat Dec 16 00:24:47 2006
> --> The PPP daemon has died: A modem hung up the phone (exit code = 16)
> --> man pppd explains pppd error codes in more detail.
> --> Try again and look into /var/log/messages and the wvdial and pppd
> man pages for more information.
> --> Auto Reconnect will be attempted in 5 seconds
> --> Cannot open /dev/ttyUSB0: No such file or directory
> --> Cannot open /dev/ttyUSB0: No such file or directory
> --> Cannot open /dev/ttyUSB0: No such file or directory
> --> Disconnecting at Sat Dec 16 00:24:48 2006
> [EMAIL PROTECTED]:/home/salahuddin# wvdial
> 
-
> it move to /dev/ttyUSB1
>
> --
> -salahuddin_66


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFgwlBaIeIEqwil4YRAvU6AJ47XDwYmGtWU6IVXGtjFnfiAdlizgCeLMCr
oFH0XLICGhENZA41NSTNDLQ=
=epG7
-END PGP SIGNATURE-




--
-salahuddin_66




- --
- -salahuddin_66
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFq7afSIRCZMpPW8oRAucCAJ4kjLb7WV+JScwDFumQjHFqKuLD4ACfVmUu
V10lK6DAMHh/tQpPulqTEWM=
=oBZL
-END PGP SIGNATURE-


Phone's USB address problem

2006-12-15 Thread salahuddin pasha

Hello there,

I am having some problem with the USB address.

I use the GPRS as my main internet connection & debian upgrade. But
some times my mobile's USB address change to /dev/ttyUSB0 to
/dev/ttyUSB1

Is there any way to lock the USB address for this.

I am using Siemens SK65.

output
---
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
[EMAIL PROTECTED] }9}"}&} }*} } }'}"}(}"}%}&E[11]B}#}#}%B#}%7`~
--> Carrier detected.  Waiting for prompt.
[EMAIL PROTECTED] }9}"}&} }*} } }'}"}(}"}%}&E[11]B}#}#}%B#}%7`~
--> PPP negotiation detected.
--> Starting pppd at Fri Dec 15 15:20:42 2006
--> Pid of pppd: 3608
--> Using interface ppp0
--> pppd: ˆ[08][06][08]˜[10][06][08]
--> local  IP address 10.87.24.219
--> pppd: ˆ[08][06][08]˜[10][06][08]
--> remote IP address 192.168.254.254
--> pppd: ˆ[08][06][08]˜[10][06][08]
--> primary   DNS address 192.168.80.66
--> pppd: ˆ[08][06][08]˜[10][06][08]
--> secondary DNS address 202.134.13.3
--> pppd: ˆ[08][06][08]˜[10][06][08]
--> Connect time 544.0 minutes.
--> pppd: ˆ[08][06][08]˜[10][06][08]
--> Disconnecting at Sat Dec 16 00:24:47 2006
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd
man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
--> Cannot open /dev/ttyUSB0: No such file or directory
--> Cannot open /dev/ttyUSB0: No such file or directory
--> Cannot open /dev/ttyUSB0: No such file or directory
--> Disconnecting at Sat Dec 16 00:24:48 2006
[EMAIL PROTECTED]:/home/salahuddin# wvdial
-
it move to /dev/ttyUSB1

--
-salahuddin_66


Re: Burning CDs from ISO image - possible?

2006-01-20 Thread salahuddin pasha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

http://www.us.debian.org/CD/faq/#record-unix

On 1/21/06, David E. Fox <[EMAIL PROTECTED]> wrote:
> On Tue, 03 Jan 2006 17:46:42 -0500
> Chinook <[EMAIL PROTECTED]> wrote:
>
>
> > Take a look at cdrecord (man page). I'm using Gnome, but use Terminal
> > for most things.  I have also created a bootable system image on DVD
>
> Another data point - I found at least in my experience that growisofs
> is much simpler to use (and even works) compared to trying to get
> cdrecord to write to dvd media. At least that is what I experienced
> when I brought my (then) brand new dual-mode writer home and plugged it
> in.
>
> K3B has been unusable for me for a very long time. I simply just use
>
> 1) cdrecord (for music and cd-rom isos)
> 2) cdrdao if I need to burn vcd's
> 3) growisofs for dvd's
>
> Of the three, cdrdao is more perplexing because I have to remember the
> options each time - or simply use cdr (ctrl-R) in bash to bring up the
> options from the last time I used it. I don't use cdrdao very much.
>
> Recording/mastering music CDs with cdrecord is nearly as easy as
> mastering ISO images for me, and all I need to do is pass the options
> (-audio -pad) followed by a number of wav files on the command line.
> For data isos from files, though, I find drag & drop a little easier to
> use (using gcombust mostly) since I've found it difficult in the past
> to place a number of files onto a cdrom image using mkisofs
> (*especially* if there are multiple subdirectories involved).
>
> Mastering a dvd from data files also is possible - but dependent on
> mkisofs - still that irksome issue in trying to make an image from
> (for instance) /home, with a ton of directories and files to look at.
> Perhaps I'm misunderstanding the variant options of mkisofs. k3b or
> gcombust would be useful here, if they could be used for dvd images,
> and I don't see why not, if they can skip the actual step of burning
> the ISO (leave that process to cdrecord or growisofs). Since I got the
> unit, I haven't really tried doing that except for backup purposes -
> and then I used mindi/mondo a few times.
>
> > Lee C
>
> --
> 
> David E. Fox  Thanks for letting me
> [EMAIL PROTECTED]change magnetic patterns
> [EMAIL PROTECTED]   on your hard disk.
> ---
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>


- --
- -salahuddin_66

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD0eBBSIRCZMpPW8oRAlOvAKCig/8VXW5Ajasr0wKlscL3Fqm+jACdFmme
oE2sUv9SJ3BAZJqEbLXzcc0=
=Ay4d
-END PGP SIGNATURE-


Re: How to disable 'rivafb' at boot ?

2006-01-07 Thread salahuddin pasha
put "rivafb" in u r /etc/hotplug/blacklist

On 1/7/06, alan bonard <[EMAIL PROTECTED]> wrote:
> Can anyone suggest how to disable 'rivafb' at boot ?
>
> I've unsuccessfully used boot parameters including
>
> video=vga16:off
> console=[device]
> console =ttyc0
> console=tty1
>
> Adam.
>


--
-salahuddin_66


dpkg -i problem

2006-01-04 Thread salahuddin pasha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hello;

i can't install any deb from yesterday


it says every deb package (it is created by me with my key)

debian:/home/pasha/compile# dpkg -i polyester_0.6.5-1_i386.deb
Authenticating polyester_0.6.5-1_i386.deb ...
debsig: Origin Signature check failed. This deb might not be signed.

dpkg: error processing polyester_0.6.5-1_i386.deb (--install):
 Verification on package polyester_0.6.5-1_i386.deb failed!
Errors were encountered while processing:
 polyester_0.6.5-1_i386.deb
debian:/home/pasha/compile#
==

same about apt
===
debian:/home/pasha/compile# apt-get install nmap
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
  nmap
0 upgraded, 1 newly installed, 0 to remove and 162 not upgraded.
Need to get 714kB of archives.
After unpacking 2421kB of additional disk space will be used.
Get:1 http://ftp.de.debian.org unstable/main nmap 3.93-1.0.1 [714kB]
Fetched 714kB in 18s (39.3kB/s)
Authenticating /var/cache/apt/archives/nmap_3.93-1.0.1_i386.deb ...
debsig: Origin Signature check failed. This deb might not be signed.

dpkg: error processing
/var/cache/apt/archives/nmap_3.93-1.0.1_i386.deb (--unpack):
 Verification on package
/var/cache/apt/archives/nmap_3.93-1.0.1_i386.deb failed!
Errors were encountered while processing:
 /var/cache/apt/archives/nmap_3.93-1.0.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
debian:/home/pasha/compile#
===

i have also try with delete old apt-sig key and give

wget http://ftp-master.debian.org/ziyi_key_2005.asc -O - | sudo apt-key add -
wget http://ftp-master.debian.org/ziyi_key_2006.asc -O - | sudo apt-key add -


how i can fix this problem
- - --
- - -salahuddin_66

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDvICjSIRCZMpPW8oRAo/+AKC0Ahs1C/I5YMJe2vhnEegXdkTETQCdGJLs
TLEB1/gNw7oa1cqARWG87KU=
=l76p
-END PGP SIGNATURE-


how to pango compile ?

2005-11-07 Thread salahuddin pasha
hello,

i wanna compile pango (the latest one from from http://www.pango.org/)

i gave dh_make and select library

then it create pango-dev and pangoDamaged

i just wanna know how can i compile pango like official
===
libpango1.0-0
libpango1.0-common
libpango1.0-dbg
libpango1.0-dev
libpango1.0-doc
libpango1.0-udeb


thanks

-- -salahuddin_66


quick gpg key help

2005-11-04 Thread salahuddin pasha
hello

i have create a gpg key for my address [EMAIL PROTECTED] (for very hight traffic i have create this account for debian)
but [EMAIL PROTECTED] is my main address.

so should i use edit key and adduid [EMAIL PROTECTED] to my gpg --key

to join http://www.debian.org/devel/join/newmaint

(i want my my [EMAIL PROTECTED] will anything related to debian
project and [EMAIL PROTECTED] etc etc all my designed and work is known
as by salahuddin66)

thanks-- -salahuddin_66


Re: usb storage mount problem

2005-11-03 Thread salahuddin pasha
ya. there is, 

CONFIG_NLS_CODEPAGE_437=m


the another problem is udev can mount some usb storate not all.

like this usb (which i can't mount now in debian)
( i had mount it many days ago in debian but from some months i can't
mount it both in sarge and sid) (still it is oky in windows)

kubuntu mount it auto. :( 
(i have removed kubuntu becoz i did not like it & now using debian sarge and debian unstable in two different partitons)

thanxOn 11/3/05, mikepolniak <[EMAIL PROTECTED]> wrote:
On 17:36 Thu 03 Nov     , salahuddin pasha wrote:> when i try to mount usb storage [kingston 256mb]>> is shows me> => mount: wrong fs type, bad option, bad superblock on /dev/sda1,
> missing codepage or other errorCheck if your kernel config has:CONFIG_NLS_CODEPAGE_437=m> In some cases useful info is found in syslog - try> dmesg | tail or so> =
>>> the dmesg says that> ===> Buffer I/O error on device sda1, logical block 508378412> Buffer I/O error on device sda1, logical block 508378412
> Buffer I/O error on device sda1, logical block 508378412> Buffer I/O error on device sda1, logical block 508378412> Buffer I/O error on device sda1, logical block 508378405> Buffer I/O error on device sda1, logical block 508378405
> FAT: invalid media value (0xb9)> VFS: Can't find a valid FAT filesystem on dev sda1.> FAT: invalid media value (0xb9)> VFS: Can't find a valid FAT filesystem on dev sda1.> 
>> but the amazing thing is when i format it is using gparted then udev mount> it auto just after finished format>> but after reconnect udev cound not mount it. (i also can't mount it
> manually)>> it works nicely in windows XP that i alwasy try to avoid.> (i have also try after format this in windows then it show same messag in> linux)>> thanx> --
> -salahuddin_66--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]-- -salahuddin_66


usb storage mount problem

2005-11-03 Thread salahuddin pasha
when i try to mount usb storage [kingston 256mb]

is shows me
=
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
   missing codepage or other error
   In some cases useful info is found in syslog - try
   dmesg | tail  or so
=


the dmesg says that
===
Buffer I/O error on device sda1, logical block 508378412
Buffer I/O error on device sda1, logical block 508378412
Buffer I/O error on device sda1, logical block 508378412
Buffer I/O error on device sda1, logical block 508378412
Buffer I/O error on device sda1, logical block 508378405
Buffer I/O error on device sda1, logical block 508378405
FAT: invalid media value (0xb9)
VFS: Can't find a valid FAT filesystem on dev sda1.
FAT: invalid media value (0xb9)
VFS: Can't find a valid FAT filesystem on dev sda1.


but the amazing thing is when i format it is using gparted then udev mount it auto just after finished format

 but after reconnect udev cound not mount it. (i also can't mount it manually)

it works nicely in windows XP that i alwasy try to avoid.
(i have also try after format this in windows then it show same messag in linux)

thanx-- -salahuddin_66


gdm theme

2005-11-02 Thread salahuddin pasha
hello

i want that my gdm would use theme clearlooks (always)
how i can do that.


thanks-- -salahuddin_66


Re: Installation

2005-11-01 Thread salahuddin pasha

http://www.debian.org/releases/stable/installmanual

  

see how to install it (just see picture) :)

==

  http://shots.osdir.com/slideshows/slideshow.php?release=135&slide=1


  

  

other desktop snapshot

===

  http://www.lynucs.org/?debian

  

i have used - redhat, fedora, mandrake, slackware, suse, Debian

  

then i found debian the OS for me.

  

(slackware is also good but debian is best)

  

now using debian Sarge and debian SID (if u wanna use debain fix which one is perfect for u)
  

On 11/1/05, Robert Ribnitz <[EMAIL PROTECTED]
> wrote:
Rafi Gabzu wrote:> Hi,> I'm quite new in Linux, I currently have the Mandriva distribution.> Questions:> 1. Do you recommend Debian although I'm not going to work as a server> and I'm new in Linux?
> 2. Is the installation process is by command lines , not graphics ? If> not graphic , is it complex/requires lot of time ?> 3. Is there snap shots on the Debian  desktop ?> Thanks,> Rafi.
Hello Rafi:1) If you are unwilling to learn, debian is not for you. Other thanthat, its pretty easy to grasp the administration, and to install theapps you want/need.Please also note that this list is not concerned with such issues, talk
to debian-user instead2) Since there are many choices to make, and the install might be on amachine hundreds of miles away, the install process is text-only. Thereare however graphical admin frontends, like synaptic. Installation
requires a basic skill to read and understand english (or one of severalother languages).3) Debian provides a choice of many desktops, like KDE, Gnome,Enlightenment, XFce.. Take the one you like. :)

Robert--To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]
  -- -salahuddin_66


Re: OT: A very cute wallpaper, thought y'all would like it.

2005-10-30 Thread salahuddin pasha
thanx 



but i have design some svg wallpaper in debian using inkscape



but it can't render correctally (when in svg) (can't setup as wallpaper correctally) until i export it in to png or jpg



(all designed in debian) the svg 



"http://salahuddin66.deviantart.com/"






the debian version after export in png

===



http://kde-look.org/content/show.php?content=29079





http://kde-look.org/content/show.php?content=28541


and now i am looking debian svg logo.On 10/31/05, Ian <
[EMAIL PROTECTED]> wrote:Update, sorry, found a JPG to SVG converter. The image isn't amazing quality when blown up, but it works.


http://uploadhut.com/view.php/382258.svg
On 10/30/05, Ian <
[EMAIL PROTECTED]> wrote:What line? The credit or the "Speak no evil"? I have the SVG of the
penguins, but not of the wallpaper itself. Would it be possible to use
The GIMP to convert it into an SVG? If so, I'll be sure  to give
it to you. If you want the penguins get them here:

http://uploadhut.com/view.php/382244.svg

On 10/29/05, Rogério Brito <[EMAIL PROTECTED]
> wrote:
On Oct 29 2005, Ian wrote:> Hope y'all like this wallpaper. The penguins aren't mine, I did the> background, though. Enjoy.>> 



http://img494.imageshack.us/img494/4610/seehearspeak10x68tw.jpgIndeed, very cute. Could you have a version of it with the line at theend centered on the image? I think that it would be a bit better. And



they could have thin black borders so that there's no confusion with thebackground.Otherwise, nice work. Do you have the source for it? I'd like to scaleit in other resolutions.Regards, Rogério Brito.
--Rogério Brito : [EMAIL PROTECTED] : 


http://www.ime.usp.br/~rbritoHomepage of the algorithms package : 
http://algorithms.berlios.deHomepage on freshmeat:  http://freshmeat.net/projects/algorithms/
--To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 


[EMAIL PROTECTED]




-- -salahuddin_66


debian stable and unstable in same PC

2005-10-13 Thread salahuddin pasha
hello,

i wanna use debian stable and unstable in same pc.

my HDD

/dev/hda1 ntfs (6GB) (crash master windows XP)
/dev/hda5 ntfs (6GB)
/dev/hda6 swap (256mb)
/dev/hda7 reiserfs (14GB) (debain testing)


should i create /boot, /(debain stable), /(debian unstable) ?

i just need xfce or gnome in stable.

thanx