Audio broken by kernel update

2024-05-31 Thread Evgeny Kapun
After I upgraded my system, my integrated sound card (Intel HDA) stopped working properly. The sound plays, but it is severely distorted. If I boot the same system with an older kernel, it works. Currently, I am using kernel 6.6.13+bpo-amd64, because newer versions that I tried don't work (in

ViSP installation problems

2018-03-10 Thread Evgeny
Greetings, In tutorial, provided ( http://visp-doc.inria.fr/doxygen/visp-daily/tutorial-install-ubuntu-package.html) in ViSP doc, it is pretty simple to install software using terminal, but i face some problems such this: visp is in older version of Debian repository (jessie, I'm using stretch) m

Seems i broke my debian :c help me please

2017-11-09 Thread Evgeny
Hello all. I've just change switched my debian from jessie to testing and done apt-get update apt-get dist-upgrade And while packages were installing free space ended. Now when I try to use apt-get i have an error: E: Unable to parse package file /var/lib/apt/extended_states (1) when I try "apt

Re: g++ can't build "Hello World" programm

2017-10-18 Thread Evgeny
finally figured it out 2017-10-19 1:20 GMT+06:00 : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, Oct 19, 2017 at 01:04:05AM +0600, Evgeny wrote: > > Thanks all for answers, libc6-dev was installed. And more intresting, any > > "bits/locale.h" a

Re: g++ can't build "Hello World" programm

2017-10-18 Thread Evgeny
Thanks all for answers, libc6-dev was installed. And more intresting, any "bits/locale.h" among indlude files that you listed have already existed in my system. but g++ continue give me error message that there is no such file or directory even if I use -I/usr/include/x86_64-linux-gnu/ flag or add

g++ can't build "Hello World" programm

2017-10-13 Thread Evgeny
Dear all, i have some problems with , etc. libraries on my debian. I have pretty simple code: #include using namespace std; int main(void) { cout << "Hello World!" << endl; return 0; } And when i try to compile it, compiler gives me

What is the right place to report bugs in OpenJDK?

2017-09-13 Thread Evgeny Kapun
Hi! I'm using OpenJDK on Debian, and occasionally I encounter bugs. Most of these bugs are in upstream OpenJDK, not in Debian packaging. I'm trying to find a way to have those bugs fixed. OpenJDK project has a bug tracker [1], but it doesn't accept public bug submissions. Also, there is a bug

missing directory /lib/modules/3.16.0-4-amd64/build

2015-11-01 Thread EVGeny Dedov
on: "no such file or directory") full logs: > /home/evgeny/Загрузки/MT7630E_3.16-master# make compile > sudo cp firmware/Wi-FI/MT7650E234.bin /lib/firmware/ > cd rt2x00 && make > make[1]: вход в каталог «/home/evgeny/Загрузки/MT7630E_3.16-master/rt2x00» > # (translat.)

Re: Debian & Old Toshiba Laptop

2006-10-12 Thread Evgeny M. Zubok
Mike McCarty <[EMAIL PROTECTED]> writes: > With such a tiny amount of RAM, I think you need DSL (D*mn Small Linux). The main problem is the Linux kernel's swapping. It is slow regardless the distribution and kernel (2.4 or 2.6). Win98 with FireFox 1.5, AutoCad, Office (running together!) works w

Re: Etch new install can´t see my serial mouse

2006-09-29 Thread Evgeny M. Zubok
I plug my old serial mouse with Microsoft protocol into COM1 (ttyS0). Here is my configuration: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol""Microsoft" Option "Device" "/dev/ttyS0" Option "Emulate3Buttons" Option "Emulate3Timeout

Re: Etch new install can´t see my serial mouse

2006-09-29 Thread Evgeny M. Zubok
"Bruno Buys" <[EMAIL PROTECTED]> writes: > Just installed a brand new etch on a athlon2400. Mouse is serial and xorg > won´t > load complaining 'no core pointer'. > I tried both imps2 and explore-something (the only 2 options), but no good. > I also tried to locate my mouse, doing: > cat /dev/inp

Re: problem with geda debian packages

2006-09-25 Thread Evgeny M. Zubok
geda-gschem depends on geda-symbols. Config file /etc/gEDA/system-gafrc belongs to geda-symbols. And you have version mismatch geda-gschem20060123-1 geda-symbols 20060906-1 package maintainer's error? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: firefox update

2006-09-22 Thread Evgeny M. Zubok
> Been using Debian for 6 years. Nothing else compares to it. I'm sorry. This post was for 'debian-russian'. It's my mistake with Gnus. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: firefox update

2006-09-22 Thread Evgeny M. Zubok
Antono Vasiljev <[EMAIL PROTECTED]> writes: > А кто нибудь видел гибриды типа khtml + gtk+ ??? Был такой проектик, но его состояние неизвестно: http://gtk-webcore.sourceforge.net/

PPPoE server settings

2003-12-24 Thread Evgeny Boksha
hi2all Can somebody post working settings for PPPoE server ? (kernel, pppd, pppoe) I have 2.4.21 kernel 2.4.2b3 ppp (cvs) 3.3-1.1 pppoe woody 3.0 r1 Briefly - LCP Rejects *really* dont leave pppoe server I read in log Dec 3 15:20:16 wl1 pppd[459]: sent [LCP ConfRej id=0x0 ] But tcpdump on eth

MySql --with-innodb

2003-09-03 Thread Evgeny Boksha
hi2all does Mysql in .deb packet in stable debian woody 3.0.r1 compiled --with-innodb options? thx2all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Mysql --with-innodb

2003-09-03 Thread Evgeny Boksha
hi2all does Mysql in .deb pacet in stable debian woody 3.0.r1 compiled --with-innodb options? thx2all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Oracle 8i on woody problem

2002-09-10 Thread Evgeny Stukalov
Hi, I'm trying to get Oracle 8.1.7 to work on woody. It seems to install fine but I keep getting "ORA-03114: not connected to ORACLE" errors while creating the starter database. This problem has been reported on a few other mailing lists, but the chief solution offered seems to be "run SUSE".

Re: Fortran 90 to C or Fortran 90 to Fortran 77 translator

1999-01-08 Thread Evgeny Roubinchtein
like this. > >There are no open source Fortran 90 compilers or translators avalible. [snip] >There is a comprehensive Fortran on Linux web page out there, but I don't >seem to have the URL handy. http://studbolt.physast.uga.edu/templon/fortran.html -- Evgeny Roubinchtein, [EMAIL

RE: bash/sh scripting tutorial?

1999-01-01 Thread Evgeny Roubinchtein
"Unix Shell Programming" by Lowel Jay Arthur and Ted Burns? Sounds like what you mean, from the description you give. -- Evgeny Roubinchtein, [EMAIL PROTECTED] ... Beware of programmers who carry screwdrivers. - Leonard Brandwein

Re: X help

1998-12-27 Thread Evgeny Roubinchtein
"800x600" "640x480" "640x400" "1280x1024" "1152x864" "1024x76 8" "512x384" "480x300" "400x300" "320x240" "320x200" ViewPort 0 0 EndSubSection .. more SubSection "Display" entries here EndSection -- Evgeny Roubinchtein, [EMAIL PROTECTED] ... Logic: The art of being wrong with confidence...

XFree86 and Dell Dimension/OptiPlex?

1998-12-27 Thread Evgeny Roubinchtein
emailed Dell, but would like to hear from this list. Thank you -- Evgeny Roubinchtein, [EMAIL PROTECTED] ... Logic: The art of being wrong with confidence...

Re: Why is XEmacs better than Emacs?

1998-12-18 Thread Evgeny Roubinchtein
ted to use tended to work better with >emacs. That is very interesting. Could you give some examples of packages that work better under GNU? Thank you -- Evgeny Roubinchtein, [EMAIL PROTECTED] ... Expert systems are built to embody the knowledge of human experts. - Kulawiec

Re: [X]Emacs vs. vi[m] (was Re: Why is XEmacs better than Emacs?)

1998-12-18 Thread Evgeny Roubinchtein
p. I don't have a very large monitor, and having things in same window speeds up the inevitable write-try-rewrite cycle. (maybe vim + screen?). But vi(m) is great when you don't have Emacs running (and thus can't use gnuclient), and just want to quickly edit a file. -- Evgeny Roubin

Re: help, please, to rescue system

1998-12-16 Thread Evgeny Roubinchtein
loads in ramdisk as root. Then, assuming your Linux root is on /dev/hda3, you just "mount /dev/hda3 /mnt" and then "vi /mnt/etc/rc.boot" to your heart's content. -- Evgeny Roubinchtein, [EMAIL PROTECTED] ... Quality assurance: A way to ensure you never deliver shoddy goods accidentally.

Re: xemacs/emacs cannot find the package

1998-12-07 Thread Evgeny Roubinchtein
anyone help?? Have you checked the permissions on the file and the value of the "load-path" variable? (C-h v load-path). -- Evgeny Roubinchtein, [EMAIL PROTECTED] ... I haven't lost my mind; it's backed up on tape somewhere.

Re: How to customize fvwm entries ?

1998-11-26 Thread Evgeny Roubinchtein
continuation line", e.g something like + "+lyx" Exec /usr/X11R6/bin/lyx -width 631 -height 461 At first I thought the configuration of fvwm2 was really inflexible, but after reading the docs for menu and the /usr/doc/fvwm2/README.sysrc, I start to realize how I can produce just the right mix of system-defined settings and my own goodies. -- Evgeny Roubinchtein, [EMAIL PROTECTED] ... IBM: Ici Beaucoup Merde