You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(100) |
Jun
(134) |
Jul
(149) |
Aug
(123) |
Sep
(185) |
Oct
(122) |
Nov
(59) |
Dec
(127) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(128) |
Feb
(233) |
Mar
(210) |
Apr
(196) |
May
(85) |
Jun
(96) |
Jul
(76) |
Aug
(149) |
Sep
(65) |
Oct
(78) |
Nov
(121) |
Dec
(82) |
2006 |
Jan
(249) |
Feb
(181) |
Mar
(176) |
Apr
(156) |
May
(128) |
Jun
(102) |
Jul
(157) |
Aug
(80) |
Sep
(42) |
Oct
(49) |
Nov
(36) |
Dec
(42) |
2007 |
Jan
(64) |
Feb
(38) |
Mar
(45) |
Apr
(74) |
May
(26) |
Jun
(20) |
Jul
(17) |
Aug
(12) |
Sep
(40) |
Oct
(7) |
Nov
(14) |
Dec
(16) |
2008 |
Jan
(52) |
Feb
(49) |
Mar
(90) |
Apr
(80) |
May
(78) |
Jun
(82) |
Jul
(25) |
Aug
(8) |
Sep
(10) |
Oct
(11) |
Nov
(3) |
Dec
(17) |
2009 |
Jan
(12) |
Feb
(16) |
Mar
(20) |
Apr
(14) |
May
(17) |
Jun
(10) |
Jul
(13) |
Aug
(12) |
Sep
(21) |
Oct
(10) |
Nov
(30) |
Dec
(1) |
2010 |
Jan
(2) |
Feb
(7) |
Mar
(22) |
Apr
(6) |
May
(33) |
Jun
(5) |
Jul
(4) |
Aug
(38) |
Sep
(46) |
Oct
(23) |
Nov
(9) |
Dec
(5) |
2011 |
Jan
(21) |
Feb
(27) |
Mar
(1) |
Apr
(18) |
May
(12) |
Jun
(12) |
Jul
(10) |
Aug
(30) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
(19) |
2012 |
Jan
(26) |
Feb
(6) |
Mar
(8) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(10) |
Aug
(1) |
Sep
(18) |
Oct
(5) |
Nov
|
Dec
(1) |
2013 |
Jan
(27) |
Feb
|
Mar
(11) |
Apr
(14) |
May
|
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: deneme.true <den...@gm...> - 2012-09-16 08:41:44
|
Yes, I've build the fltk as mentioned at building doc(build/patch/install) I think problem is with symlinks. Probably, daemon couldn't find colinux-console-fltk symlink because of symlinks. I've only copy the symlinks from which exists coLinux build directory to in a new directory and I am executing the colinux-daemon where I've copied the symlinks. But I couldn't solve the problem yet. |
From: yin s. <sun...@gm...> - 2012-09-15 18:51:51
|
no need to figure out how to debug in kernel module. you need to solve this problem " colinux-console-fltk not found" did you build/patch/install fltk as mentioned (not that straightforward though) by the building guide under doc directory? if you have the fltk console built, this is the gui client that will talk to colinux kernel. you can manually run the console after colinux kernel booted. On Sat, Sep 15, 2012 at 5:37 AM, deneme.true <den...@gm...> wrote: > Below, some situations exists that take my attention: > --- > > I set host's file system as ext4 when installing debian squeeze. > > Is this make problem for mounting rootfs.img as ext3? > > When I press Ctrl+C it exits from coLinux boot process. > > At boot process: > > At below gcc version and Debian version is indicated: > > Linux version 2.6.33.7-co-0.7.10 (yyyy@yyyy) (gcc version 4.4.5 (Debian > 4.4.5-8) > > after that I've seen this: > > sh: colinux-console-fltk: not found > > I've already add to the current directory to path(PATH=.:$PATH) but > coLinux complains that couldn't found colinux-console-fltk. > > And If I want to debug output of the module with this command: > > sudo insmod colinux.ko debug_misc=31 > > It fails too and daemon couldn't run. > |
From: deneme.true <den...@gm...> - 2012-09-15 12:37:51
|
Below, some situations exists that take my attention: --- I set host's file system as ext4 when installing debian squeeze. Is this make problem for mounting rootfs.img as ext3? When I press Ctrl+C it exits from coLinux boot process. At boot process: At below gcc version and Debian version is indicated: Linux version 2.6.33.7-co-0.7.10 (yyyy@yyyy) (gcc version 4.4.5 (Debian 4.4.5-8) after that I've seen this: sh: colinux-console-fltk: not found I've already add to the current directory to path(PATH=.:$PATH) but coLinux complains that couldn't found colinux-console-fltk. And If I want to debug output of the module with this command: sudo insmod colinux.ko debug_misc=31 It fails too and daemon couldn't run. |
From: yin s. <sun...@gm...> - 2012-09-14 16:05:21
|
yes, devel branch is what you should use. in your case, it is not frozen (can you ctrl-c to stop the process?). your colinux gui client is not found in your path. after kernel boot, the daemon will shift the display to client. not sure how familiar with windows version of colinux. it is the same design. you just need to start the gui client from another terminal manually. On Thu, Sep 13, 2012 at 11:07 PM, deneme.true <den...@gm...> wrote: > I have used devel branch at svn. > http://colinux.svn.sourceforge.net/viewvc/colinux/branches/devel/ > > Am I going to use stable > branch(http://colinux.svn.sourceforge.net/viewvc/colinux/branches/stable/) > instead of devel branch? > > Is devel branch working at your systems? > > Thanks in Advance. > |
From: deneme.true <den...@gm...> - 2012-09-14 06:07:40
|
I have used devel branch at svn. http://colinux.svn.sourceforge.net/viewvc/colinux/branches/devel/ Am I going to use stable branch(http://colinux.svn.sourceforge.net/viewvc/colinux/branches/stable/) instead of devel branch? Is devel branch working at your systems? Thanks in Advance. |
From: deneme.true <den...@gm...> - 2012-09-14 05:40:21
|
Only, coLinux boot sequence is frozen and boot never continues to other steps. Thanks in Advance. |
From: yin s. <sun...@gm...> - 2012-09-14 05:20:31
|
is the whole machine frozen? check /var/log/syslog it should contain some logs when colinux.ko is loaded and runs. try kernel booting first, ex. $sudo ./colinux-daemon mem=64 kernel=vmlinux just to narrow down the scope of the problem. maybe try the debug daemon, but I never used it under linux though. /sunyin On Thu, Sep 13, 2012 at 9:41 PM, deneme.true <den...@gm...> wrote: > Hello, > > The machine is Pentium 4. Debian squeeze is running natively not > within VirtualBox. > Please, give me directions so I can provide more details. > > Thanks in Advance. > > On 9/14/12, yin sun <sun...@gm...> wrote: > > more details please. So far it worked for me in vmware player and an old > > AMD machine. both running debian. > > but not working in virtualbox. > > > > > > On Thu, Sep 13, 2012 at 4:19 PM, deneme.true <den...@gm...> > wrote: > > > >> Hello, > >> > >> I've successfully complied coLinux daemons and kernel at debian > >> squeeze for Linux. > >> > >> I am starting coLinux with: > >> $sudo mount -t debugfs none /sys/kernel/debug/ > >> $sudo insmod colinux.ko > >> $sudo ./colinux-daemon mem=64 kernel=vmlinux cobd0=rootfs_2gb.img > >> cobd1=swap_128mb.img root=/dev/cobd0 > >> > >> It hangs and freezes at boot of the coLinux at below line: > >> >EXT3-fs (cobd0): using internal journal > >> > >> I can send more and debug output with your directions. > >> > >> What will be the problem? Is there a common problem with latest devel > >> svn version of the coLinux at debian squeeze for Linux? > >> > >> Thanks in Advance > >> > >> > >> > ------------------------------------------------------------------------------ > >> Everyone hates slow websites. So do we. > >> Make your web apps faster with AppDynamics > >> Download AppDynamics Lite for free today: > >> http://ad.doubleclick.net/clk;258768047;13503038;j? > >> http://info.appdynamics.com/FreeJavaPerformanceDownload.html > >> _______________________________________________ > >> coLinux-users mailing list > >> coL...@li... > >> https://lists.sourceforge.net/lists/listinfo/colinux-users > >> > > > |
From: deneme.true <den...@gm...> - 2012-09-14 04:41:53
|
Hello, The machine is Pentium 4. Debian squeeze is running natively not within VirtualBox. Please, give me directions so I can provide more details. Thanks in Advance. On 9/14/12, yin sun <sun...@gm...> wrote: > more details please. So far it worked for me in vmware player and an old > AMD machine. both running debian. > but not working in virtualbox. > > > On Thu, Sep 13, 2012 at 4:19 PM, deneme.true <den...@gm...> wrote: > >> Hello, >> >> I've successfully complied coLinux daemons and kernel at debian >> squeeze for Linux. >> >> I am starting coLinux with: >> $sudo mount -t debugfs none /sys/kernel/debug/ >> $sudo insmod colinux.ko >> $sudo ./colinux-daemon mem=64 kernel=vmlinux cobd0=rootfs_2gb.img >> cobd1=swap_128mb.img root=/dev/cobd0 >> >> It hangs and freezes at boot of the coLinux at below line: >> >EXT3-fs (cobd0): using internal journal >> >> I can send more and debug output with your directions. >> >> What will be the problem? Is there a common problem with latest devel >> svn version of the coLinux at debian squeeze for Linux? >> >> Thanks in Advance >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://ad.doubleclick.net/clk;258768047;13503038;j? >> http://info.appdynamics.com/FreeJavaPerformanceDownload.html >> _______________________________________________ >> coLinux-users mailing list >> coL...@li... >> https://lists.sourceforge.net/lists/listinfo/colinux-users >> > |
From: yin s. <sun...@gm...> - 2012-09-14 03:41:00
|
more details please. So far it worked for me in vmware player and an old AMD machine. both running debian. but not working in virtualbox. On Thu, Sep 13, 2012 at 4:19 PM, deneme.true <den...@gm...> wrote: > Hello, > > I've successfully complied coLinux daemons and kernel at debian > squeeze for Linux. > > I am starting coLinux with: > $sudo mount -t debugfs none /sys/kernel/debug/ > $sudo insmod colinux.ko > $sudo ./colinux-daemon mem=64 kernel=vmlinux cobd0=rootfs_2gb.img > cobd1=swap_128mb.img root=/dev/cobd0 > > It hangs and freezes at boot of the coLinux at below line: > >EXT3-fs (cobd0): using internal journal > > I can send more and debug output with your directions. > > What will be the problem? Is there a common problem with latest devel > svn version of the coLinux at debian squeeze for Linux? > > Thanks in Advance > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > |
From: deneme.true <den...@gm...> - 2012-09-13 23:19:25
|
Hello, I've successfully complied coLinux daemons and kernel at debian squeeze for Linux. I am starting coLinux with: $sudo mount -t debugfs none /sys/kernel/debug/ $sudo insmod colinux.ko $sudo ./colinux-daemon mem=64 kernel=vmlinux cobd0=rootfs_2gb.img cobd1=swap_128mb.img root=/dev/cobd0 It hangs and freezes at boot of the coLinux at below line: >EXT3-fs (cobd0): using internal journal I can send more and debug output with your directions. What will be the problem? Is there a common problem with latest devel svn version of the coLinux at debian squeeze for Linux? Thanks in Advance |
From: deneme.true <den...@gm...> - 2012-08-17 05:59:59
|
Hello, I've problem with Win XP system which is couldn't connect to ssh connection through browsers via Socks4 or Socks5. Probably, problem is related with bridging, when one adapter is bridged, probably I couldn't bind the ssh client to loopback adapter at local port.(for example 8080)(which is bridged adapter) I've looked the wiki but I couldn't find any solution. But it is interesting that ssh connection from XP to coLinux through putty or kitty is working also I've seen the binding of port 8080 of XP at firewall but I couldn't connect with browsers through ssh connection which is binded to 8080 port of XP system. Could you please help me? Thanks in advance. Regards. |
From: H. N. <hen...@ar...> - 2012-07-08 11:57:13
|
Hello, Colinux driver was designed to run on one CPU only. Henry N. linjia wrote: > hi all > my computer has a cpu with 2 core, when I run cat /proc/cpuinfo on cygwin in windows, it shows: > processor : 0 > vendor_id : GenuineIntel > type : primary processor > cpu family : 6 > model : 7 > model name : Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz > stepping : 10 > brand id : 0 > cpu count : 2 > ... [snip] ... -- --------------------------------------------------------- |
From: H. N. <hen...@ar...> - 2012-07-06 20:24:56
|
Hello Guorke, for the network problem: If you starts coLinux from command line and as Service, Windows uses an other account, and inside Linux you have an other MAC for the network card. The Ubuntu tends to rename every new card from eth0 into an other, for example eth1, eth2 and so. Edit the file /etc/udev/rules.d/70-persistent-net.rules and rename the eth1 or eth2 back into eth0. Than the network from start as service should work in same way as from command line. Please read the fix in wiki: http://colinux.wikia.com/wiki/Wubi#udev:_renamed_network_interface_eth0_to_eth2 -- Henry N. ----- Original Nachricht ---- Von: guorke <gu...@12...> An: col...@li... Datum: 01.07.2012 16:08 Betreff: [coLinux-users] colinux service issue > Hi, all > > I installed colinux 0.7.9 and ubuntu 9.04 , set up a named 'colinux' > servcice which can boot ubuntu system in background. Everything is ok . > Recently i updated the system from 9.04 to 10.04 use an updated script from > colinux wiki. but i met a startup issue: the detail is that there's no > login prompt when ubuntu finished startup. But the whole system should have > finished initialized process flow ,and sshd worked too, and I can use putty > connect the system , the another question is , if i start colinux service > in command line, although service can start, but i cant connect the ubuntu > via putty. > I realy need helps on this updated issue, very apprieciated anyone can give > some tips about it. > > many thanks > guorke -- --------------------------------------------------------- |
From: guorke <gu...@gm...> - 2012-07-05 00:08:16
|
hi qn4ever, yeah, the console issue have been fixed. very appericated for your helps. 2012/7/5 qnx4ever <qnx...@gm...> > Hello there, > I think I had a similar issue with one of my other distros before and > someone helped me here. Google mknod /dev/console, there were couple of > devices missing to make it work properly. > Hope this helps. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > > |
From: qnx4ever <qnx...@gm...> - 2012-07-04 17:40:26
|
Hello there, I think I had a similar issue with one of my other distros before and someone helped me here. Google mknod /dev/console, there were couple of devices missing to make it work properly. Hope this helps. |
From: guorke <gu...@gm...> - 2012-07-03 15:05:34
|
Hi all, thanks for your tips. let me descibe it more clearly: I installed colinux (0.7.9) on windows and choosed ubuntu 9.04 as root fs. And I could start colinux in command line ,like "colinux-daemon @ubuntu.conf -t nt". Recently i updated ubuntu root fs from 9.04 to 10.04 use cobootstrap script, but i could not get login prompt for this root fs, not find no any error message , and ubuntu system seemed have been worked. anyway, thanks again. > >> -------- Forwarding messages -------- >> From: "yin sun" <sun...@gm...> >> Date: 2012-07-03 15:17:20 >> To: "deneme.true" <den...@gm...> >> Cc: "Smith Lin" <Smi...@qi...>,col...@li... >> Subject: Re: [coLinux-users] colinux service issue >> >> yes, it is possible in the dev branch, so far not much tested. >> On Jul 3, 2012 12:00 AM, "deneme.true" <den...@gm...> wrote: >> >>> But at "readme.txt" file related with coLinux mentioned that it is >>> possible to compile coLinux for GNU/Linux distributions. >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> coLinux-users mailing list >>> coL...@li... >>> https://lists.sourceforge.net/lists/listinfo/colinux-users >>> >> >> >> > |
From: yin s. <sun...@gm...> - 2012-07-03 07:17:30
|
yes, it is possible in the dev branch, so far not much tested. On Jul 3, 2012 12:00 AM, "deneme.true" <den...@gm...> wrote: > But at "readme.txt" file related with coLinux mentioned that it is > possible to compile coLinux for GNU/Linux distributions. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > |
From: deneme.true <den...@gm...> - 2012-07-03 06:59:46
|
But at "readme.txt" file related with coLinux mentioned that it is possible to compile coLinux for GNU/Linux distributions. |
From: Mike F. <va...@ge...> - 2012-07-02 02:27:31
|
On Sunday 01 July 2012 21:13:29 Smith Lin wrote: > It looks like coLinux should work on Windows, not on Ubuntu (Linux Core) ? coLinux runs on Windows, and Ubuntu runs inside it. i think he's talking about installing Ubuntu inside of coLinux. -mike |
From: Smith L. <Smi...@Qi...> - 2012-07-02 01:26:53
|
It looks like coLinux should work on Windows, not on Ubuntu (Linux Core) ? ________________________________ From: guorke [mailto:gu...@12...] Sent: Sunday, July 01, 2012 10:09 PM To: col...@li... Subject: [coLinux-users] colinux service issue Hi, all I installed colinux 0.7.9 and ubuntu 9.04 , set up a named 'colinux' servcice which can boot ubuntu system in background. Everything is ok . Recently i updated the system from 9.04 to 10.04 use an updated script from colinux wiki. but i met a startup issue: the detail is that there's no login prompt when ubuntu finished startup. But the whole system should have finished initialized process flow ,and sshd worked too, and I can use putty connect the system , the another question is , if i start colinux service in command line, although service can start, but i cant connect the ubuntu via putty. I realy need helps on this updated issue, very apprieciated anyone can give some tips about it. many thanks guorke ************ Confidentiality Notice ************ The opinions and views expressed in this e-mail are solely those of the author and do not necessarily represent those of Qisda Corporation and its affiliates. Qisda Corporation is not responsible for any liability or damaged caused by viruses transmitted with this e-mail or its attachments. If this e-mail is not originally intended for you, or received by you in error, do not disclose its content to anyone and delete it immediately. This e-mail may contain information that is private, legally privileged, confidential or exempt from disclosure, and intended for the sole use of the intended recipient. Any review, copying, or distribution of this email (or any attachments thereto) by others is strictly prohibited. Thank you. |
From: guorke <gu...@12...> - 2012-07-01 14:08:54
|
Hi, all I installed colinux 0.7.9 and ubuntu 9.04 , set up a named 'colinux' servcice which can boot ubuntu system in background. Everything is ok . Recently i updated the system from 9.04 to 10.04 use an updated script from colinux wiki. but i met a startup issue: the detail is that there's no login prompt when ubuntu finished startup. But the whole system should have finished initialized process flow ,and sshd worked too, and I can use putty connect the system , the another question is , if i start colinux service in command line, although service can start, but i cant connect the ubuntu via putty. I realy need helps on this updated issue, very apprieciated anyone can give some tips about it. many thanks guorke |
From: Henry N. <hen...@ar...> - 2012-05-30 23:33:44
|
At 19.04.2012 22:47, deneme.true wrote: > It is possible to debug kernel modules with indicating 'debug' > paramater to uml at specified this address: > > http://user-mode-linux.sourceforge.net/old/debugging.html > > Is it possible to debug kernel modules with coLinux? Is it possible to > provide configured debug vmlinux kernels for slow machines? > Option "debug" is for UML, not for coLinux. You can run an UML-Linux-Kernel and you can debug it. But, you can not debug the coLinux kernel or modules. coLinux kernel runs directly on the native CPU, there exist no dispatcher or hypervisor for debug. In source exist some ideas for debugging, but they are not finished and have no interface to GDB. Debugging modules directly via /dev/kcore is not supported by coLinux. It was disabled, because the physical memory of native Linux is pseudo physical memory (and not linear) under coLinux. -- Henry N. |
From: yin s. <sun...@gm...> - 2012-05-29 21:03:21
|
fundamentally you need to figure out how to make colinux support ALSA virtual drive I also saw those postings but never a conclusive answer. I have to talk about theory here since I never use that part. We have to admit the colinux development is low, in your case if might be easier to try virtual box first. /yin On Tue, May 29, 2012 at 1:31 PM, Hart Larry <ch...@hu...> wrote: > Well, finally have a working Debian instalation on a Vista laptop. However, > since I am totally blind, I really need speech on the Linux side. Yes, I have > both JAWS and NVDA talking on the windows side, but they will not seemingly > provide any speech in Linux. > Supposedly Speakup is in staging, also YASR is in the repo. > Sure I could run a livecd such as GRML, which has some speech options, but > having a Linux machine where I can jump over to the windows side. > There was also an Oralux livecd which had many speech options. > In running searches, all I could find were 2004-and-2005 postings about a lack > of sound support. > So can some1 please mention if there are easy ways to get speech in CoLinux? > Thanks so much in advance > Hart > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: Hart L. <ch...@hu...> - 2012-05-29 20:31:17
|
Well, finally have a working Debian instalation on a Vista laptop. However, since I am totally blind, I really need speech on the Linux side. Yes, I have both JAWS and NVDA talking on the windows side, but they will not seemingly provide any speech in Linux. Supposedly Speakup is in staging, also YASR is in the repo. Sure I could run a livecd such as GRML, which has some speech options, but having a Linux machine where I can jump over to the windows side. There was also an Oralux livecd which had many speech options. In running searches, all I could find were 2004-and-2005 postings about a lack of sound support. So can some1 please mention if there are easy ways to get speech in CoLinux? Thanks so much in advance Hart |
From: deneme.true <den...@gm...> - 2012-04-19 20:57:57
|
I've seen the .config file. I didn't type ./configure again. I've just type only make command. I've seen that modpost.o object file is created when compiling. After that it is possible to compile kernel modules. But at wiki only './configure && make kernel' command isn't adequate to compile kernel modules. If configure file exists; make command should be call. Regards |