Displaying 20 results from an estimated 500 matches similar to: "How to fix keymap error in centOS 8"
2011 Feb 22
2
System Log Error
When I issue sudo tail -f/var/log/syslog in order to try and track down an
external drive problem I get the following:
Jan 11 07:56:00 kernel: [17179663.076000] atkbd.c: Unknown key released
(translated set 2, code 0x81 on isa0060/serio0).
Jan 11 07:56:00 kernel: [17179663.076000] atkbd.c: Use 'setkeycodes e001
<keycode>' to make it known.
Jan 11 07:56:00 kernel: [17179663.084000]
2010 Mar 28
2
Keyboard problems on Centos 5.4
I installed CentOS 5.4on a WMWare Server virtual machine that's
running on win7. Everything seems to work fine except I get a shit load
of error messages from the console along the lines of when I type on the
keyboard:
atkbd.c Unknown key released (translated set 2, code 0x81 on
isa0060/serio0).
atkbd.c Unknown key pressed (translated set 2, code 0x81 on isa0060/serio0).
*atkbd*.*c*:
2019 Nov 23
6
My ethernet is not listed in centOS 8 boot.iso
Hi,
Yesterday i tried to install centOS 8 on my little router and server, but
there's no ethernet listed there. I'm using Compaq pressario V3737TU which
come with Marvell PCI-e ethernet 100Mbps. It's an old laptop.
Could anyone here help?
2019 Nov 23
1
My ethernet is not listed in centOS 8 boot.iso
Ok. I'll send u that info.
On Sat, Nov 23, 2019, 16:50 Phil Perry <pperry at elrepo.org> wrote:
> On 23/11/2019 06:48, Ebed wrote:
> > Hi,
> >
> > Yesterday i tried to install centOS 8 on my little router and server, but
> > there's no ethernet listed there. I'm using Compaq pressario V3737TU
> which
> > come with Marvell PCI-e ethernet
2019 Nov 23
0
My ethernet is not listed in centOS 8 boot.iso
On Fri, Nov 22, 2019, 10:49 PM Ebed <ebedsat at gmail.com> wrote:
> Hi,
>
> Yesterday i tried to install centOS 8 on my little router and server, but
> there's no ethernet listed there. I'm using Compaq pressario V3737TU which
> come with Marvell PCI-e ethernet 100Mbps. It's an old laptop.
>
Indeed, that's a low end 12 yr old laptop, based on a core2 duo
2019 Nov 24
2
My ethernet is not listed in centOS 8 boot.iso
Hi,
Sorry i left the file behind. Here's the file.
Best regards.
On Sat, Nov 23, 2019, 16:50 Phil Perry <pperry at elrepo.org> wrote:
> On 23/11/2019 06:48, Ebed wrote:
> > Hi,
> >
> > Yesterday i tried to install centOS 8 on my little router and server, but
> > there's no ethernet listed there. I'm using Compaq pressario V3737TU
> which
>
2019 Nov 24
0
My ethernet is not listed in centOS 8 boot.iso
On 24/11/2019 07:13, Ebed wrote:
> Hi,
>
> Sorry i left the file behind. Here's the file.
>
> Best regards.
>
This list does not accept attachments. Please just post the relevant
line for your ethernet device.
Thanks
> On Sat, Nov 23, 2019, 16:50 Phil Perry <pperry at elrepo.org> wrote:
>
>> On 23/11/2019 06:48, Ebed wrote:
>>> Hi,
2019 Nov 23
0
My ethernet is not listed in centOS 8 boot.iso
On 23/11/2019 06:48, Ebed wrote:
> Hi,
>
> Yesterday i tried to install centOS 8 on my little router and server, but
> there's no ethernet listed there. I'm using Compaq pressario V3737TU which
> come with Marvell PCI-e ethernet 100Mbps. It's an old laptop.
>
> Could anyone here help?
Please can you give us the output from 'lspci -nn' so we can see the
2007 Dec 27
3
Failed to enable keyboard
I have a set of systems that I have to build that cannot be booted from
CD. So I put the drive in another system, do the install, move the
drive, and fix the video with system-config-display.
But seems perhaps there is another (small) problem. The build system
has a PS/2 keyboard interface (and mouse). The target system has NO
PS/2 interfaces. Only USB is available.
So at boot I get the
2012 Jun 26
8
btrfs volume suddenly becomes read-only
I was using my computer normally when suddenly my btrfs volume became read-only.
This is on Chris'' for-linus branch (latest commit cb77fcd88)
Here''s the relevant excerpt from dmesg
[ 50.877500] r8169 0000:01:00.0: eth1: link up
[ 50.880296] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 60.959215] eth1: no IPv6 routers present
[ 1904.463247] atkbd serio0: Unknown key
2007 Jan 07
0
[Bug 529] New: OOPS in nf_conntrack_ipv6 with fragmented UDPv6
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=529
Summary: OOPS in nf_conntrack_ipv6 with fragmented UDPv6
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P2
Component: nf_conntrack
AssignedTo:
2010 Jun 25
2
extlinux boot failer
Hi all :
my /dev/sda2 is ext3 format filesystem, the os moblin is installed in
/dev/sda2 which is root partition, the bootloader is grub, now i want to
change the bootloader to extlinux, but i came across some trouble, so i did
some steps as following:
1. rpm -ivh syslinux-extlinux*.rpm
2. extlinux -i /boot/extlinux
3. i edit extlinux.conf , and put it in /boot/extlinux/, there is
2010 Jun 25
0
extlinux can't boot
Hi all :
my /dev/sda2 is ext3 format filesystem, the os moblin is installed in
/dev/sda2 which is root partition, the bootloader is grub, now i want to
change the bootloader to extlinux, but i came across some trouble, so i did
some steps as following:
1. rpm -ivh syslinux-extlinux*.rpm
2. extlinux -i /boot/extlinux
3. i edit extlinux.conf , and put it in /boot/extlinux/, there is
2007 Jun 29
0
help with a module on centos 5
Hi all, I am trying to get the modules evbug.c running on centos 5.
I took the source file from the kernel, put it in a directory.
I made a Makefile:
obj-m := evbug.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
I then type make; insmod evbug.ko
and type dmesg and say the following:
2020 Jan 11
2
Unresolved dependencies when upgrade on centOS 8
Hi,
Guys i got unresolved dependencies when trying to upgrade centOS 8, what
should i do to fix this?
[root at ws1 ebedsat]# dnf upgrade
Last metadata expiration check: 0:14:27 ago on Sat 11 Jan 2020 12:16:02 PM
WIB.
Error:
Problem 1: cannot install the best update candidate for package
kmod-iwlegacy-0.0-1.el8.elrepo.x86_64
- nothing provides kernel >= 4.18.0-147.el8 needed by
2020 Jan 11
0
Unresolved dependencies when upgrade on centOS 8
On 11/01/2020 05:40, Ebed wrote:
> Hi,
>
> Guys i got unresolved dependencies when trying to upgrade centOS 8, what
> should i do to fix this?
>
>
> [root at ws1 ebedsat]# dnf upgrade
> Last metadata expiration check: 0:14:27 ago on Sat 11 Jan 2020 12:16:02 PM
> WIB.
> Error:
> Problem 1: cannot install the best update candidate for package
>
2017 Feb 25
2
[Bug 99966] New: Crash of nouveau - cache related?
https://bugs.freedesktop.org/show_bug.cgi?id=99966
Bug ID: 99966
Summary: Crash of nouveau - cache related?
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2012 Jun 13
1
kern/157863: [geli] kbdmux prevents geli passwords from being entered properly on boot
Hello,
Just to let everyone know that this is still an issue.
I am trying to install FreeBSD 9.0 amd64 on a Lenovo X121e and I
can't get it to accept the geli passphrase during boot. I've confirmed
using kern.geom.eli.visible_passphrase=1 that the passphrase is
correct, and the same passphrase is accepted when the system is
booted up.
I've tried disabling kbdmux in
2007 Nov 29
5
CleanLog.h
Sad to say one of my file servers was exploited and used to run a
Phishing scam. Have identified subject virus amongst other things. It
appears twice in a virus scan; /sbin/z (which I assume can just be
deleted) and /sys/bus/serio/drivers/atkbd/description. The latter file
is also present in identical uninfected machines. I have been unable to
open the file, even with root privileges, although
2017 Apr 02
2
[Bug 1141] New: trace aborts using pkttype on ingress
https://bugzilla.netfilter.org/show_bug.cgi?id=1141
Bug ID: 1141
Summary: trace aborts using pkttype on ingress
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: major
Priority: P5
Component: kernel
Assignee: pablo at netfilter.org