LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 02-12-2010, 03:36 AM   #1
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Mandriva 2009 -2


Install Mandriva 2009-2 yesterday.
Every think is working fine except one item
My DEl key is not working at all .
It find my keyboard namely a Logitech EX 110
As standard I have give the command chkconfig numlock off
The Del key is a part of numlock keypad.
As standard keyboard mapping US International .
It works correctly for my other distros except Mandriva.
Can anybody helps my out ?

Thanks in advance
 
Old 02-12-2010, 12:27 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
What have you got selected in MCC --> Set Keyboard Layout? Is the Cordless Desktop EX110 listed, and selected?

If it is not listed, then you may have to upgrade to 2010 version. It is listed on my system.
 
Old 02-12-2010, 01:30 PM   #3
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
What have you got selected in MCC --> Set Keyboard Layout? Is the Cordless Desktop EX110 listed, and selected?

If it is not listed, then you may have to upgrade to 2010 version. It is listed on my system.
It is listed and selected , but stil it does not work correctly.
BTW I use 64 bits version

Last edited by ronlau9; 02-12-2010 at 01:32 PM.
 
Old 02-12-2010, 06:41 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
This sounds like a problem that should reported to Mandriva. It would be interesting to see if it still fails on 2010 version. BTW I run 64 bit version also. I have a Logitech wired keyboard.

What desktop are you running? I have XFCE and KDE4 installed. I see in XFCE you can select the keyboard maker, layout, and model. I'll log into KDE4 and see if there is anything there that may help.
 
Old 02-23-2010, 02:36 AM   #5
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, I use the same keyboard. Logitek wireless.

One other thing you might want to check is the X settings for your/our keyboard.

use the standard us keyboard 104 or 105 key. Not the international one.

I usually use the number key pad for numbers and therefore I leave num-lock ON. And I use the Delete key under the home key and above the arrow keys.

I have not tried to configure all the function keys with GNU/Linux, But with winxp I have volume up/down keys working.
 
Old 02-23-2010, 11:58 PM   #6
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Original Poster
Rep: Reputation: Disabled
Thanks for the replies.
I upgraded to Mandriva 2010 the problem is solved when I work in the GUI.
But using the command line than the problem is still there
Also if I start for instance Nano from the command line than the problem remains
 
Old 02-24-2010, 05:12 AM   #7
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Do you have something like this for the keyboard in the x settings file...

/etc/X11/xorg.conf
Quote:
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
I wonder if your shell is set to emacs mode?

you may check the file...

/etc/inputrc

Quote:
## Mandriva Linux Configuration
# (c) Mandriva 1999-2005
# Chmouel Boudjnah, Pablo Saratxaga <pablo@mandriva.com>
# $Id: inputrc 105875 2005-12-07 06:56:46Z flepied $


# Show all if ambigious.
set show-all-if-ambiguous on

# Add / to symlink to directory
set mark-symlinked-directories on

# 8Bits supports.
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on

# bash completions does not use more
set page-completions off

# definition of keys in vi mode if vi mode is set at login result
# in totally messed up command line... so it safer to activate it
# only for emacs mode; until the bug is fixed (in libreadline?)
$if mode=emacs

# Keyboard configuration
"[2~": yank # Insert ## this char looks like [] but joined no gap.
"[3~":delete-char # Suppr

"[1~": beginning-of-line # Home
"[4~": end-of-line # End

# typing the beginning of a previous command then
# PgUp/PgDw cycles trough history only for matching entries
"[5~": history-search-backward # Previous
"[6~": history-search-forward # Next

# those two are for rxvt
"\e[7~":beginning-of-line
"\e[8~":end-of-line

# on some xterm
"\e[H": beginning-of-line
"\e[F": end-of-line

# on nxterms
"\e[\C-@": beginning-of-line
"\e[e": end-of-line

$if term=xterm
#
# Application keypad and cursor of xterm
# with NumLock ON
#
# Operators
"\eOo": "/"
"\eOj": "*"
"\eOm": "-"
"\eOk": "+"
"\eOl": "+"
"\eOM": accept-line

# Colon and dot
# "\eOl": ","
"\eOn": "."

# Numbers
"\eOp": "0"
"\eOq": "1"
"\eOr": "2"
"\eOs": "3"
"\eOt": "4"
"\eOu": "5"
"\eOv": "6"
"\eOw": "7"
"\eOx": "8"
"\eOy": "9"
$endif

#
# Application keypad and cursor of xterm
#
"\eOD": backward-char
"\eOC": forward-char
"\eOA": previous-history
"\eOB": next-history
"\eOE": re-read-init-file

# on gnome-terminal (mdvbz#36287)
"\e[1;5D": backward-word
"\e[1;5C": forward-word

# emacs mode
$endif
Hope this helps.

Regards Glenn
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
IS Mandriva 2009.1 GA bdelany Linux - Newbie 2 06-19-2009 07:39 AM
Mandriva Linux 2009.1 *Spring) released to the public today - 29, April 2009 ernie Mandriva 13 06-12-2009 05:58 PM
Mandriva 2009.2 sam-c Mandriva 2 05-04-2009 06:11 AM
Mandriva Linux 2009 Spring (2009.1) has been officially released! tux99 Mandriva 1 04-30-2009 10:07 AM
Mandriva 2009 - no networking. Keithj Mandriva 9 09-06-2008 05:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 08:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration