General :: Add_idle.cxx:1: Error: Bad Value (generic) For -mtune= Switch

Apr 29, 2011

I am trying to install fltk-2.0.x-alpha-r8570 on Ubuntu 10.04, I get following error during make process

Code:

root@programmer-desktop:/opt/fltk-2.0.x-r7680# make
=== making src ===
Makefile:223: makedepend: No such file or directory
Compiling add_idle.cxx...
add_idle.cxx:1: error: bad value (generic) for -mtune= switch

[code]....

View 2 Replies


ADVERTISEMENT

Programming :: Gcc Error With -mtune Option

Apr 7, 2010

I am trying to compile a hello world program to run on a powerpc processor. I used GCC 4.4.1 from Ubuntu 9.10 on a X86 (PC) platform.

Which value should I use to indicate powerpc architecture?

View 3 Replies View Related

Slackware :: Switch To The Generic Kernel?

Jun 15, 2011

One thing I always do is switch to the vmlinuz-generic(-smp) kernel in /etc/lilo.conf and build an initrd (see /boot/README.initrd for details). The "huge" kernel used by default is only meant for installing and not recommended for everyday use. It has a lot of drivers you don't need built-in and uses more RAM than the "generic" kernels.

still trying to find my feet and get to know Slackware. In one of my previous threads, 'things to do after installing' i was told the above message. When i installed, it used the huge kernel, but i'm unsure if that was the one that got installed. when i start slackware up, above the login screen it say, �wecome to Linux 2.6.37.6-smp (tty1)� I was wondering how to swich to the generic smp kernel, do I just change the vmlinuz to the desired, in lilo?

View 9 Replies View Related

Slackware :: Switch Huge SMP To Generic?

Jun 2, 2011

I have installed Slack 13.37 for test on VMware. I installed just all - also all avalible distro. kernel imiges:

Code:

vmlinuz-generic-2.6.37.6
vmlinuz-generic-smp-2.6.37.6-smp
vmlinuz-huge-2.6.37.6
vmlinuz-huge-smp-2.6.37.6-smp
and the default is vmlinuz-huge-smp-2.6.37.6-smp.

Im trying to switch to vmlinuz-generic-2.6.37.6 So, what I did:

fs = ext4
root fs = /dev/sda1

Code:

/boot# mkinitrd -c -k 2.6.37.6 -m ext4 -f ext4 -r /dev/sda1

Edited lilo: pointing new image, lilo command executed. Every time I start new kernel i got this error: [URL]

View 14 Replies View Related

General :: Getting Error : Make: *** /lib/modules/2.6.31-20-generic/build: No Such File Or Directory On 9.1?

May 9, 2010

When trying to install my WiFi card's driver on Ubuntu 9.1, I run the make command and get the following error:make: *** /lib/modules/2.6.31-20-generic/build: No such file or directory

View 1 Replies View Related

Slackware :: Setting Up Initrd - Generic Kernel In Grub2 - Can't Load Generic

Jan 4, 2011

I am trying to figure out how to load the generic kernel in Grub2.

I have run the /usr/hare/mkinitrd/mkinitrd_command_generator.sh and ran the output:

Code:

Why this will not load.

View 10 Replies View Related

Fedora :: Printing With F12 - Printer Stops After Generic Error

Apr 28, 2010

I've recently decided to migrate the infrastructure in my workplace from ubuntu to fedora, every thing except the printers went perfectly. When I try to print as an user It just throws an generic error and stops, as a root it doesn't even show the error.

This is the debug log:
Code:
D [28/Apr/2010:04:22:03 +0200] cupsdSetBusyState: Dirty files
D [28/Apr/2010:04:22:03 +0200] cupsdReadClient: 12 POST / HTTP/1.1
D [28/Apr/2010:04:22:03 +0200] cupsdSetBusyState: Active clients and dirty files
D [28/Apr/2010:04:22:03 +0200] cupsdAuthorize: No authentication data provided.
D [28/Apr/2010:04:22:03 +0200] cupsdReadClient: 12 1.1 Get-Jobs 1
D [28/Apr/2010:04:22:03 +0200] Get-Jobs ipp://localhost/printers/ .....

It worked fine in debian and ubuntu, so we can assume that the drivers are ok, any ideas?

View 5 Replies View Related

Software :: Error Updating Generic Kernel On Ubuntu

Feb 27, 2011

I'm on Ubuntu 10.10 - fresh install 2 days ago, I marked all packages for upgrade in Synaptic, everything upgraded except 'linux-image-2.6.35-22-generic' kernel image. Now everytime I use apt-get or synaptic it takes ages as it tries to update the kernel image every time. The error I am receiving is as follows:

[Code]....

View 3 Replies View Related

Ubuntu :: Error Inserting Uinput (/lib/modules/2.6.32-22-generic/kernel/drivers/input

May 15, 2010

I am trying to use my Wiimote with ubuntu. I have followed the guide on here:[URL].. But I get this error when I run modprobe:

FATAL: Error inserting uinput (/lib/modules/2.6.32-22-generic/kernel/drivers/input/misc/uinput.ko): Operation not permitted

View 2 Replies View Related

Hardware :: Video Card Error Hauppauge WinTV-HVR 1850 Kernel 2.6.27-17-generic

Sep 4, 2010

I am trying to install a Hauppauge 1850 video card into Linux Home automation system (LinuxMCE) which is based on Ubuntu Intrepid (I can't upgrade the kernel since this is what the LinuxMCE distribution supports)I am feeding analog signal to the video card, either through a coax analog connection or an RCA analog connection. I cannot see any picture from the card (I verified that the video card is working properly under a Windows Vista OS)I am trying to use the video card using a lightweight application such as tvtime, xawtv. In all applications I am failing to see an image. (For example, tvtime shows the message "No inputs avialble Cannot open capture device /dev/video0". Right clicking on Input configuration / Change video source doesn't give any options)

View 9 Replies View Related

Slackware :: Software RAID 1 Versus LILO / Kernel-generic - ERROR: No /sbin/init Found On Rootdev

Jul 1, 2011

I'm currently trying to setup Slackware 13.7 on a server, using software RAID 1. I'm using the README_RAID.TXT document at the root of the Slackware disc as a reference. Anyway, here's what I have so far.

/dev/md1 -> /boot partition
/dev/md2 -> swap partition
/dev/md3 -> / partition

Code:

[root@raymonde:~] # fdisk -l /dev/sd{a,b}
Disk /dev/sda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders, total 80293248 sectors
Units = sectors of 1 * 512 = 512 bytes

[code]....

I created an initrd image using mkinitrd -F, added an according stanza to /etc/lilo.conf and ran 'lilo' after that. Now I can boot on the vanilla huge kernel all right. But I can't seem to boot on the generic kernel. Whenever I try to do this, the boot process stops short on the following error message:

Code:

mount: mounting /dev/md3 on /mnt failed: Device or resource busy
ERROR: no /sbin/init found on rootdev

View 5 Replies View Related

General :: Switch Between Computers Using KVM Switch?

Mar 14, 2011

I am using a Fling KVM switch (by Belkin), to connect 2 computers to my monitor One computer is running XP and the other is running Linux. My wireless switching mechanism has just gone the way of the saints but Belkin has supplied a software solution for this occurrence. There is a small app called Fling (surprising) that allows me to switch from the XP machine to the Linux machine but nothing to switch back to the XP. What I need to know is there a similar app for the Linux computer. (NB I have tried Synergy but have no idea how to set it up - I've been told that synergy might work).

View 1 Replies View Related

Ubuntu :: Generic And Generic-pae ?

Jul 2, 2010

I switched to the generic-pae kernal image, which works great, but update now wants to update both generic and generic-pae.

How can I set it up so that it only uses generic-pae?

If I try to deselect generic in synaptic it just wants to mark it again.

View 2 Replies View Related

Programming :: Use Generic Netlink Receive Function - Error "sendmsg(); If(recvmsg() < 0)"

Jan 2, 2010

i'am tring to use generic netlink and can't find function for blocking not busy waiting receive. I'll try to explain myself. Generic netlink receive mechanism based on callback function - when module receives something,this function invoked. But this is not so good if you need to send something and receive answer. I mean something like that :

sendmsg(); if(recvmsg() < 0) goto err; I need generic netlink recv() function, or some mechanism to implement it. I just want to stay in "recvmsg()" function until i have answer(until call_back function invoked).

View 1 Replies View Related

Programming :: Error 4 Which (according To /usr/include/asm-generic/errno-base.h) Means "interrupted System Call"

Aug 1, 2010

I'm using gmake (v3.81) to build some c executables. As the first step in the process I run the files through a preprocessor (for embedded SQL). The preprocessor completes successfully, but the gmake reports an error and discontinues buiding the remaining dependencies...

make *** [myfile.c] Error 4

which (according to /usr/include/asm-generic/errno-base.h) means "interrupted System Call". My preprocessor doesn't raise any signals, so I'm not sure what's causing this error.

View 2 Replies View Related

General :: Does Kernel-generic Use Both Of My Processors

Mar 7, 2010

I was previously using kernel-huge until a slackware update caused some problems for me, so I switched over to kernel-generic but now I'm wondering if it uses both of my cpus on my dual core processor.

View 1 Replies View Related

General :: Generic Image For VMWare ?

May 3, 2011

We need to create a "golden" or generic image as a template to VMWare so we can deploy test servers quickly. I can create a template in VMWare but it's a duplicate of the system I made it from. How do I "unconfigure" the template system so that it goes to the installation screen to input things like host name, I/P address and so on?

View 3 Replies View Related

General :: Generic Script Compiler ?

Feb 10, 2010

I have created a binary executable of a script, compiled using shc on Red Hat. However, when i tried to run the executable on Solaris, it does not work. Are there any other compiler that i can use, so that the binary executable created can be run on both red hat and solaris?

View 4 Replies View Related

General :: Generic Mapping Tools (GMT) Text?

Mar 13, 2010

Bellow is a script I'm running to produce several diagrams but I just can't get the pstext command to produce any text

Code:
#!/bin/csh
#Script "plotdata" for the assessment

[code]...

View 1 Replies View Related

General :: Compile Kernel 2.6.35 On Ubuntu 9.10 ( 2.6.31-14-generic )?

Aug 5, 2010

Trying to compile Kernel 2.6.35 on Ubuntu 9.10 (2.6.31-14-generic).

got: The UTS Release version in include/linux/version.h""
does not match current version:
"2.6.35-xxx"
Please correct this
make[1]:***[debian/stamp/install/linux-image-2.6.35-xxx] Error 2
make[1]:***leaving directory `/usr/src/linux-2.6.35'
make:*** [kernel_image] Error 2

Can any one tell me what should I do? Is this Ok for using the compiled vmlinux image?where can I find the correstponding initrd file if this kernal compile is Ok?

View 1 Replies View Related

General :: Cups Generic Text Only Doesn't Print 255 Characters?

Dec 26, 2010

I configured cups and I managed to print successfully with generic text only but my problem is that the printout always comes out as 80 columns. anything more than 80 colums wraps on the next page. I tried changing the pagesize at the textonly.ppd but it didn't work.my textonly.ppd is

*PPD-Adobe: "4.3"
*%
*% Text-only printer definition

[code]...

View 1 Replies View Related

Ubuntu Installation :: Boot Error "modprobe: FATAL Could Not Load /lib/modules 2.6.35-22 Generic Modules No Such File Or Directory"

Apr 14, 2011

Tonight I installed ubuntu 10.10 (32 bit) on an external usb harddrive with a dvd I burned and I used my older desktop. I disconnected all internal and external drives first so everything had to be put on the usb drive I selected (only option available). I used the option to load extra software, use the entire hard drive, and let the software do it's thing. I basically had no options where to put things and it didn't have much choice.

When I boot the usb drive on my laptop (win 7 64 bit) by telling the bios to boot to it first... I get an error: modprobe: FATAL Could not load /lib/modules 2.6.35-22 generic modules No such file or directory. This message appears twice and then it does boot into ubuntu and seems to work fine. I'm new to this OS so that is an uneducated guess but the things I have done seem to be working. So exactly what is this error referring too? Is there a way to fix the problem or do I just ignore it.

View 9 Replies View Related

General :: Hardware Components Tend To Cause Compatibility Issues / Select Generic Option That Work With It?

Dec 10, 2010

Which hardware components tend to cause compatibility issues? And how do you select a generic option that might work with your hardware?

I don't currently have any problems but curious to find out if there is a sequence of steps.

View 1 Replies View Related

Hardware :: Replace Fibre Channel Switch In CentOS5.3 (cluster) For Regular Switch / Hub?

Jul 28, 2009

Can the fibre channel switch in the centOS5.3 cluster edition be switched for a regular router or hub?
If so how would one do this? If not why does the switch have to be fibre channel?

View 1 Replies View Related

Ubuntu :: Upgrading To 10.10 - Error "select 'Ubuntu' In The Boot Up Menu Right After The BIOS Screen: Booting ' Ubuntu 10.10, Kernel 2.6.35-25-generic'"

Feb 13, 2011

I have been running Ubuntu 10.04 under Windows 7 (Is this call WUBI?) without any problems for a while. My other machines only run Ubuntu (9.04 & 10.04). I decided to give it a try to the latest Ubuntu 10.10. After going through the successful installation and then rebooting, I am getting the following error message once I select 'Ubuntu' in the boot up menu right after the BIOS screen: Booting ' Ubuntu 10.10, kernel 2.6.35-25-generic'

[Code]...

View 7 Replies View Related

General :: "switch To Next Desktop" Vs. "switch To Next Screen"?

Mar 2, 2010

While rearranging my keyboard shortcuts in the control center, I noticed that in the Desktop Switching subcategory, there are "Switch to [Next/Previous/Left/Right] Desktop" and "Switch to Next Screen." What is the difference between switching to another desktop and switching to another screen?

View 1 Replies View Related

General :: Debian - Install Rtl8187se Driver In Default Debian Kernel (without Generic)?

Apr 20, 2010

I have rtl8187se linux driver, during installation in debian linux it tells that "the kernel is not a generic". How can i install this driver in default debian kernel (without generic)?

View 1 Replies View Related

Ubuntu :: Grub4Dos Error / Tried To Switch Back To Computer Control And Computer Went Black?

Jan 9, 2010

Here's the situation:

I have Ubuntu 9.1 with wubi and Vista on my laptop. I was playing my laptop through the TV, then I tried to switch it back to computer control and the computer went black. I had to hold to power button to restart, and suddenly grub4dos starts up when I try to launch ubuntu. I can still launch Vista. Is there anything I can do to save my system? At the very least, I would like to be able to copy data from my ubuntu system to my vista system. How can I do that? I can't find C:/ubuntu/disks. It doesn't seem to exist.

View 1 Replies View Related

OpenSUSE Network :: Error - Connection Timeout - All Wired Connection Over A Switch?

Feb 21, 2011

im on node1 when i type the command ssh node2@ip the terminal hangs up a bit then an error message stating that connection timeout but here is a thing: i cant ping to node2
but i can terminate the ping manually using ctrl+c when i terminate the ping usual message appears stating 10 packets transmitted, 100% loss

ps: when i go to node3 and ssh to node2 it works fine and also i can ping from node3 to node2 very fine. and the firewalls are down at all nodes -all wired connection over a switch

View 6 Replies View Related

General :: How To Switch Off/on GUI

Feb 17, 2011

I believe this is a famous question, nevertheless I haven't found a decent answer.Is it worth to switch off the Desktop Environment ?If so how do i switch it off and back on(real-time, not on boot) ?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved