Russian Satgate satellite internet provider + VPN

2008-05-28 Thread Kum Gabor
Hello All!

Has anybody working internet connection with the Russian Satgate internet 
provider on Debian?

-- 
Kum Gabor
www.kumgabor.hu


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



after hibernation loose sound

2008-05-23 Thread Kum Gabor
Hello All!

On Etch, after suspending to RAM (s2ram) on Fujitsu-Siemens Amilo Pro v3405 
sometimes not works sound. Where should I search? How to start? Which logs?
It happens 1/10 times.

Regards,

-- 
Kum Gabor
www.kumgabor.hu


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



Bootsplash on Etch with original kernel

2008-05-23 Thread Kum Gabor
Hello All!

Which is the easiest way to make bootsplash on Etch?
(Without changing or building kernel)

-- 
Kum Gabor
www.kumgabor.hu


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



Re: Realtek ALC662 microphone on Etch?

2008-05-19 Thread Kum Gabor
On Saturday 17 May 2008 23:03, Florian Kulzer wrote:
 On Fri, May 16, 2008 at 23:14:59 +0200, Kum Gabor wrote:
  On Friday 16 May 2008 21:45, Florian Kulzer wrote:
   On Fri, May 16, 2008 at 17:20:23 +0200, Kum Gabor wrote:
On Monday 12 May 2008 20:55, Maciej Rutecki wrote:
 Did You try model=3stack-dig option or similar? E.g.:

 modprobe snd-hda-intel model=3dstack-dig
   
How should i know, that which is my model, or what to write in model?
  
   These are the models for the ALC662 (kernel 2.6.25, ALSA v1.0.16rc2):
  
   model  | description
   ---
   3stack-dig | 3-stack (2-channel) with SPDIF
   3stack-6ch | 3-stack (6-channel)
   3stack-6ch-dig | 3-stack (6-channel) with SPDIF
   6stack-dig | 6-stack with SPDIF
   lenovo-101e| Lenovo laptop
   eeepc-p701 | ASUS Eeepc P701
   eeepc-ep20 | ASUS Eeepc EP20
   auto   | auto-config reading BIOS (default)
 
  And can see for example in Ubuntu, that which model it uses?

 Try this command:

 cat /sys/module/snd_hda_intel/parameters/model

  After I hope I can use in Etch.

 Keep in mind that the difference might simply be due to a newer kernel
 and/or ALSA version on the Ubuntu system. In that case you might want to
 try one of the newer kernels available for Etch at backports.org.

Thank you.
I have kernel from backports.

-- 
Kum Gabor
www.kumgabor.hu


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



Nokia D211 cardphone driver compiling on Etch

2008-05-17 Thread Kum Gabor
Hello All!

I have a problem with compiling the Nokia D211 cardphone driver on Etch.
I downloaded driver from here: http://d211.sourceforge.net/
And do everythin how written here: http://tuxmobil.org/nokia_d211.html

But happens this:
# make all
set -e; for d in src ui control; do make -C $d ; done
make[1]: Entering directory `/usr/src/d211/src'
make -C /usr/src/linux-source-2.6.18 SUBDIRS=/usr/src/d211 modules
make[2]: Entering directory `/usr/src/linux-source-2.6.18'

  WARNING: Symbol version dump /usr/src/linux-source-2.6.18/Module.symvers
   is missing; modules will have no dependencies and modversions.

  Building modules, stage 2.
  MODPOST
/bin/sh: scripts/mod/modpost: Nincs ilyen fájl vagy könyvtár
make[3]: *** [__modpost] Error 127
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/usr/src/linux-source-2.6.18'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/d211/src'
make: *** [all] Error 2


Can anybody help me?

-- 
Kum Gabor
www.kumgabor.hu


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



Re: Nokia D211 cardphone driver compiling on Etch

2008-05-17 Thread Kum Gabor
On Saturday 17 May 2008 16:41, steve wrote:
 Kum Gabor wrote:
 | Hello All!
 |
 | I have a problem with compiling the Nokia D211 cardphone driver on Etch.
 | I downloaded driver from here: http://d211.sourceforge.net/
 | And do everythin how written here: http://tuxmobil.org/nokia_d211.html
 |
 | But happens this:
 | # make all
 | set -e; for d in src ui control; do make -C $d ; done
 | make[1]: Entering directory `/usr/src/d211/src'
 | make -C /usr/src/linux-source-2.6.18 SUBDIRS=/usr/src/d211 modules
 | make[2]: Entering directory `/usr/src/linux-source-2.6.18'
 |
 |   WARNING: Symbol version dump
 | /usr/src/linux-source-2.6.18/Module.symvers is missing; modules will have
 | no dependencies and modversions.
 |
 |   Building modules, stage 2.
 |   MODPOST
 | /bin/sh: scripts/mod/modpost: Nincs ilyen fájl vagy könyvtár
 | make[3]: *** [__modpost] Error 127
 | make[2]: *** [modules] Error 2
 | make[2]: Leaving directory `/usr/src/linux-source-2.6.18'
 | make[1]: *** [modules] Error 2
 | make[1]: Leaving directory `/usr/src/d211/src'
 | make: *** [all] Error 2
 |
 |
 | Can anybody help me?

 http://www.linuxforums.org/forum/linux-kernel/108863-no-modpost-directory.h
tml look at this.

 you have everything necessary installed so that you can compile
 programs, and what directory are you in when you are trying to do this?

Yes, i have.
Directory is /usr/src/d211

-- 
Kum Gabor
www.kumgabor.hu


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



Re: Nokia D211 cardphone driver compiling on Etch

2008-05-17 Thread Kum Gabor
On Saturday 17 May 2008 16:41, steve wrote:
 Kum Gabor wrote:
 | Hello All!
 |
 | I have a problem with compiling the Nokia D211 cardphone driver on Etch.
 | I downloaded driver from here: http://d211.sourceforge.net/
 | And do everythin how written here: http://tuxmobil.org/nokia_d211.html
 |
 | But happens this:
 | # make all
 | set -e; for d in src ui control; do make -C $d ; done
 | make[1]: Entering directory `/usr/src/d211/src'
 | make -C /usr/src/linux-source-2.6.18 SUBDIRS=/usr/src/d211 modules
 | make[2]: Entering directory `/usr/src/linux-source-2.6.18'
 |
 |   WARNING: Symbol version dump
 | /usr/src/linux-source-2.6.18/Module.symvers is missing; modules will have
 | no dependencies and modversions.
 |
 |   Building modules, stage 2.
 |   MODPOST
 | /bin/sh: scripts/mod/modpost: Nincs ilyen fájl vagy könyvtár
 | make[3]: *** [__modpost] Error 127
 | make[2]: *** [modules] Error 2
 | make[2]: Leaving directory `/usr/src/linux-source-2.6.18'
 | make[1]: *** [modules] Error 2
 | make[1]: Leaving directory `/usr/src/d211/src'
 | make: *** [all] Error 2
 |
 |
 | Can anybody help me?

 http://www.linuxforums.org/forum/linux-kernel/108863-no-modpost-directory.h
tml look at this.

 you have everything necessary installed so that you can compile
 programs, and what directory are you in when you are trying to do this?

# make scripts/mod/modpos
make: *** No rule to make target `scripts/mod/modpos'.  Stop.

-- 
Kum Gabor
www.kumgabor.hu


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



Re: Realtek ALC662 microphone on Etch?

2008-05-16 Thread Kum Gabor
On Monday 12 May 2008 20:55, Maciej Rutecki wrote:
 Did You try model=3stack-dig option or similar? E.g.:

 modprobe snd-hda-intel model=3dstack-dig

How should i know, that which is my model, or what to write in model?

-- 
Kum Gabor
www.kumgabor.hu


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



Re: Realtek ALC662 microphone on Etch?

2008-05-16 Thread Kum Gabor
On Friday 16 May 2008 21:45, Florian Kulzer wrote:
 On Fri, May 16, 2008 at 17:20:23 +0200, Kum Gabor wrote:
  On Monday 12 May 2008 20:55, Maciej Rutecki wrote:
   Did You try model=3stack-dig option or similar? E.g.:
  
   modprobe snd-hda-intel model=3dstack-dig
 
  How should i know, that which is my model, or what to write in model?

 These are the models for the ALC662 (kernel 2.6.25, ALSA v1.0.16rc2):

 model  | description
 ---
 3stack-dig | 3-stack (2-channel) with SPDIF
 3stack-6ch | 3-stack (6-channel)
 3stack-6ch-dig | 3-stack (6-channel) with SPDIF
 6stack-dig | 6-stack with SPDIF
 lenovo-101e| Lenovo laptop
 eeepc-p701 | ASUS Eeepc P701
 eeepc-ep20 | ASUS Eeepc EP20
 auto   | auto-config reading BIOS (default)

And can see for example in Ubuntu, that which model it uses?
After I hope I can use in Etch.

-- 
Kum Gabor
www.kumgabor.hu


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



Re: Realtek ALC662 microphone on Etch?

2008-05-12 Thread Kum Gabor
On Monday 12 May 2008 05:45, Kevin Mark wrote:
 On Sun, May 11, 2008 at 09:15:06PM +0200, Kum Gabor wrote:
  Hi All!
 
  I've got an Asus M2N-MX motherboard, and sound works well with 2.8.22
  kernel from backports. Only I've got one problem: microphone doesn't want
  to work for me.
  If my information is good, ASUS EEPC has similar sound chip too. Does
  anybody use this with Etch?
 
  Regards,

 If it uses the same card, you can read what is on wiki.debian.org.
 search for 'eeepc' and you should find the Debian EEEPC pages.

We tried, doesn't work. In the new Kubuntu works for him. It can be mabye 
because of the new kernel? Or where should I search?

-- 
Kum Gabor
www.kumgabor.hu


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



Realtek ALC662 microphone on Etch?

2008-05-11 Thread Kum Gabor
Hi All!

I've got an Asus M2N-MX motherboard, and sound works well with 2.8.22 kernel 
from backports. Only I've got one problem: microphone doesn't want to work 
for me.
If my information is good, ASUS EEPC has similar sound chip too. Does anybody 
use this with Etch?

Regards,

-- 
Kum Gabor
www.kumgabor.hu


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



network card change

2008-05-10 Thread Kum Gabor
Hello Everybody!

I need a little help with setting up a new network card:
I changed mainboard in my computer, and I have new integrated network card, 
works with forcedeth module, but I don't know how to set up.
I tried modprobe forcedeth, but not appears eth0.
Can somebody help me, what should I do?
Distro is Etch.

Thanks,

-- 
Kum Gabor
www.kumgabor.hu


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



Re: network card change

2008-05-10 Thread Kum Gabor
On Saturday 10 May 2008 12:23, thveillon.debian wrote:
 Kum Gabor a écrit :
  Hello Everybody!
 
  I need a little help with setting up a new network card:
  I changed mainboard in my computer, and I have new integrated network
  card, works with forcedeth module, but I don't know how to set up.
  I tried modprobe forcedeth, but not appears eth0.
  Can somebody help me, what should I do?
  Distro is Etch.
 
  Thanks,

 What does  /sbin/ifconfig -a  says about the interface ?

 Did you use a fresh install or a previously installed system, if it's
 not a clean install the eth0 identifier can be retained by some udev
 rule in*   */etc/udev/rules.d/yx_persistent-net.rules   where yx are
 random numbers. Interface names are associated with MAC addresses and
 not released when the interface is gone* *unless the rule is erased or
 changed.

 Tom
 

Thanks!
Found eth6 device! I changed name in udev and now works perfectly!

Best regards,

-- 
Kum Gabor
www.kumgabor.hu


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



Re: vesa 1280x800

2008-01-12 Thread Kum Gabor
On Saturday 12 January 2008 00:59, Douglas A. Tutty wrote:
 On Fri, Jan 11, 2008 at 10:21:56AM +0100, Kum Gabor wrote:
  Can somebody help me how to set up 1280x800 on Etch with vesa driver?
  For me only 1280x720 is working. (video is SiS672)

 That may not be possible for the vesa driver (see the vesa(4) man page)
 as it only accesses the basic vesa-compliant hardware.  Why not use the
 sis (SiS) driver?  see man sis(4)

 Doug.

Because It is not working with my SiS672 chip. I have a driver, but it is not 
working on Etch. 
So I must decide Etch or 1280x800. :(

-- 
Kum Gabor
www.kumgabor.hu


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



Re: vesa 1280x800

2008-01-12 Thread Kum Gabor
On Saturday 12 January 2008 16:11, Douglas A. Tutty wrote:
 On Sat, Jan 12, 2008 at 10:50:01AM +0100, Kum Gabor wrote:
  On Saturday 12 January 2008 00:59, Douglas A. Tutty wrote:
   On Fri, Jan 11, 2008 at 10:21:56AM +0100, Kum Gabor wrote:
Can somebody help me how to set up 1280x800 on Etch with vesa driver?
For me only 1280x720 is working. (video is SiS672)
  
   That may not be possible for the vesa driver (see the vesa(4) man page)
   as it only accesses the basic vesa-compliant hardware.  Why not use the
   sis (SiS) driver?  see man sis(4)
  
   Doug.
 
  Because It is not working with my SiS672 chip. I have a driver, but it is
  not working on Etch.
  So I must decide Etch or 1280x800. :(

 But I haven't seen any thread of you asking for SiS help.  Perhaps start
 a new thread with SiS in the title and give details and what errors you
 get to mean that it doesn't work.

 Doug.

Glibc? (SiS671/ SiS672 driver on Etch) - this thread was about it.

-- 
Kum Gabor
www.kumgabor.hu


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



vesa 1280x800

2008-01-11 Thread Kum Gabor
Hello!

Can somebody help me how to set up 1280x800 on Etch with vesa driver?
For me only 1280x720 is working. (video is SiS672)

regards,

-- 
Kum Gabor
www.kumgabor.hu


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



GLIBC 2.4 for Debian Etch

2008-01-11 Thread Kum Gabor
Hello!

Does somebody know something easy method of upgrading GLIBC to version 2.4 
from 2.3.6 without upgrading Etch to Lenny?

thanks,

-- 
Kum Gabor
www.kumgabor.hu


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



Glibc? (SiS671/ SiS672 driver on Etch)

2008-01-10 Thread Kum Gabor
Hello All!

I tried to set up my SiS672 video on my Fujitsu-Siemens Esprimo v5515 
notebook. I found a driver for Ubuntu, but I have the following problem:

dlopen: /lib/tls/i686/cmov/libc.so.6: version 'GLIBC_2.4' not found (required
by /usr/lib/xorg/modules/drivers/sis_drv.so)

(Libc version on Etch is 2.3.6.)
How can I use this driver? There is no source available :(

Regards,

-- 
Kum Gabor
www.kumgabor.hu


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



Re: Glibc? (SiS671/ SiS672 driver on Etch)

2008-01-10 Thread Kum Gabor
On Thursday 10 January 2008 22:04, Ron Johnson wrote:
 On 01/10/08 12:56, Kum Gabor wrote:
  Hello All!
 
  I tried to set up my SiS672 video on my Fujitsu-Siemens Esprimo v5515
  notebook. I found a driver for Ubuntu, but I have the following problem:
 
  dlopen: /lib/tls/i686/cmov/libc.so.6: version 'GLIBC_2.4' not found
  (required by /usr/lib/xorg/modules/drivers/sis_drv.so)
 
  (Libc version on Etch is 2.3.6.)
  How can I use this driver? There is no source available :(

 Upgrade to Lenny?

I need stable system. And in Lenny has no 2.4 Libc too. Or is newer version 
good too, what do you think?
Or upgrade only Libc? Is it possible?

-- 
Kum Gabor
Tel.(RU): +7 921 870 2505
Tel.(HU): +36 20 447 4401
Mail: [EMAIL PROTECTED]
Web: www.kumgabor.hu
ICQ: 312292075


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



Re: Playing .amr files from Nokia

2007-12-24 Thread Kum Gabor
On Monday 24 December 2007 23:29, Dotan Cohen wrote:
 My Nokia 6288 saves audio files in .amr format. What can play these
 files on Debian? Thanks in advance.

mplayer?

-- 
Kum Gabor
www.kumgabor.hu


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



MP3 to AMR

2007-06-22 Thread Kum Gabor
Hello All!

I tried to find the way how to convert MP3 (or WAV) files to AMR (for mobile 
phone), but I can't.
Can somebody help me? (I use Etch)

Regards,

Gabor


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



Re: MP3 to AMR

2007-06-22 Thread Kum Gabor
On Friday 22 June 2007 20:05, Andrew J. Barr wrote:
 Kum Gabor [EMAIL PROTECTED] wrote:
  Hello All!
 
  I tried to find the way how to convert MP3 (or WAV) files to AMR (for
  mobile phone), but I can't.
  Can somebody help me? (I use Etch)

 Do you have the debian-multimedia.org repository installed?

No. Which package I need? And how ro convert!

Special thanks! :-D

G.


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