Search found 29909 matches
- 2021/01/17 12:15:08
- Forum: CentOS 7 - Software Support
- Topic: Wireshark 3.0.2 RPM
- Replies: 20
- Views: 290
Re: Wireshark 3.0.2 RPM
yum reinstall libxcb
- 2021/01/16 21:55:18
- Forum: CentOS 7 - General Support
- Topic: Intel Wi-Fi Ax201 driver
- Replies: 12
- Views: 262
Re: Intel Wi-Fi Ax201 driver
How did VMWare get into this? If it's a VM then it doesn't want or need the AX201 driver in the VM, it needs it on the host and then the VM "sees" a normal wired ethernet card. That's unless you use a VMWare thing to attach the physical card to that particular VM in passthrough mode.
- 2021/01/15 15:43:13
- Forum: CentOS 7 - General Support
- Topic: Intel Wi-Fi Ax201 driver
- Replies: 12
- Views: 262
Re: Intel Wi-Fi Ax201 driver
You need kernel-ml-devel to match kernel-ml not kernel-devel.
- 2021/01/15 13:00:01
- Forum: CentOS 7 - Hardware Support
- Topic: Centos 7.9 - unsupported CPU issue
- Replies: 3
- Views: 102
Re: Centos 7.9 - unsupported CPU issue
No, RHEL has various phases of support and the first phase where they add new functionality and hardware support is sadly over.
- 2021/01/14 23:31:47
- Forum: CentOS 8 - Hardware Support
- Topic: CentOS8 and HPE B120i SATA RAID Controller Driver
- Replies: 2
- Views: 78
Re: CentOS8 and HPE B120i SATA RAID Controller Driver
It's a FakeRAID controller not a real one. You're better off disabling RAID mode and using AHCI and Linux Software RAID.
- 2021/01/14 23:28:45
- Forum: CentOS 8 - General Support
- Topic: Kickstart - Error setting up base respository
- Replies: 1
- Views: 32
Re: Kickstart - Error setting up base respository
did you put the right label on it?
- 2021/01/14 12:35:26
- Forum: CentOS 7 - Software Support
- Topic: Wireshark 3.0.2 RPM
- Replies: 20
- Views: 290
Re: Wireshark 3.0.2 RPM
wireshark is the GUI, the text command is tshark. They should be in different packages: wireshark vs wireshark-cli.
- 2021/01/14 12:33:46
- Forum: CentOS 8 - General Support
- Topic: How do we get RedHat to care about providing the source code?
- Replies: 2
- Views: 107
Re: How do we get RedHat to care about providing the source code?
Everything is in git.centos.org since that is where it is built from.
- 2021/01/14 01:20:14
- Forum: CentOS 7 - Software Support
- Topic: Wireshark 3.0.2 RPM
- Replies: 20
- Views: 290
Re: Wireshark 3.0.2 RPM
Please don't build as root. It's dangerous.
- 2021/01/14 01:19:24
- Forum: CentOS 8 - General Support
- Topic: Logical volume question
- Replies: 15
- Views: 256
Re: Logical volume question
Make sure you remove it from /etc/fstab and check the kernel command lines in /boot/grub2/grub.cfg (or its UEFI equivalent somewhere under /boot/efi) to see if it's listed there as an LV to activate at boot. If it's /home then you will need to make sure any user command lines you have open are not u...