Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

missing dvb adapter [solved]

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
15 posts • Page 1 of 1
Author
Message
snIP3r
l33t
l33t
Posts: 866
Joined: Fri May 21, 2004 6:21 pm
Location: germany

missing dvb adapter [solved]

  • Quote

Post by snIP3r » Thu Feb 18, 2021 6:58 pm

hi all!

after my latest reboot and with this changing the kernel from 4.19.23 to 5.4.97 i am missing one of my two dvb devices, although it is present in my system:

lspci
area52 / # lspci
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation C222 Series Chipset Family Server Essential SKU LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
02:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
03:00.0 PCI bridge: ASPEED Technology, Inc. AST1150 PCI-to-PCI Bridge (rev 02)
04:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 21)
05:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04)
06:00.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
06:02.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)


but in dmesg i found only adapter0

[ 3.817902] saa7146: register extension 'budget dvb'
[ 3.818132] saa7146: found saa7146 @ mem 0000000000627e07 (revision 1, irq 19) (0x13c2,0x101c)
[ 3.818133] saa7146 (0): dma buffer size 1443840
[ 3.818134] dvbdev: DVB: registering new adapter (TT-Budget S2-1600 PCI)

max adapters are configured in kernel

CONFIG_DVB_MAX_ADAPTERS=8


im using udev version 245.5-r1

what am i doing wrong???
any help would be appreciated

thx
snIP3r
Last edited by snIP3r on Wed Mar 03, 2021 1:09 pm, edited 1 time in total.
Intel i3-4130T on ASUS P9D-X
Kernel 6.6.52-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Top
eccerr0r
Watchman
Watchman
Posts: 10238
Joined: Thu Jul 01, 2004 6:51 pm
Location: almost Mile High in the USA
Contact:
Contact eccerr0r
Website

  • Quote

Post by eccerr0r » Thu Feb 18, 2021 7:14 pm

If it's not enumerating in lspci, it's going to have one heck of a lot of trouble loading the driver. Does the card work on other machines? Cleaned contacts? Do you see it in other OS? Cold boots? Warm resets?

Maybe a different case though - I have two DVBs in my PVR computer, though they are completely different boards and use different drivers... both show up in lspci as different controllers.
Intel Core i7 2700K/Radeon Firepro W2100/24GB DDR3/800GB SSD
What am I supposed watching?
Top
snIP3r
l33t
l33t
Posts: 866
Joined: Fri May 21, 2004 6:21 pm
Location: germany

  • Quote

Post by snIP3r » Thu Feb 18, 2021 7:27 pm

the cards are in the server for may years working without trouble. rebooting it (to new kernel) causes the second not to work.
Intel i3-4130T on ASUS P9D-X
Kernel 6.6.52-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Top
Tony0945
Watchman
Watchman
Posts: 5127
Joined: Tue Jul 25, 2006 12:19 am
Location: Illinois, USA

  • Quote

Post by Tony0945 » Thu Feb 18, 2021 8:05 pm

So, you have two of these?
I've often had two cards (Hauppauge) but always separate models. Do your two cards have any different markings on them? Again H. likes to make part changes keeping the same model name.

Lastly, are the config's the same for both kernels? I know there are differences caused by the kernel series, but I mean specifically in the DVB area.

You might try building 4.19.175 as an intermediate kernel from the original branch to see where the change occurred.

Any dmesg warnings?
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56075
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Thu Feb 18, 2021 10:50 pm

snIP3r,

What does

Code: Select all

lspci -nnk
show?
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
joanandk
Apprentice
Apprentice
Posts: 169
Joined: Sun Feb 12, 2017 7:46 pm

  • Quote

Post by joanandk » Fri Feb 19, 2021 6:32 am

this changing the kernel from 4.19.23 to 5.4.97
Did you configure the new Kernel manually or did you copy the .config from 4.19 to 5.4 and used

Code: Select all

make oldconfig
prior to compiling?
Top
snIP3r
l33t
l33t
Posts: 866
Joined: Fri May 21, 2004 6:21 pm
Location: germany

  • Quote

Post by snIP3r » Fri Feb 19, 2021 6:58 am

NeddySeagoon

it shows

Code: Select all


00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
        Subsystem: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00]
        Kernel driver in use: hsw_uncore
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
        Subsystem: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31]
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
        Subsystem: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI [8086:8c2d]
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5)
        Kernel driver in use: pcieport
00:1c.1 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 [8086:8c12] (rev d5)
        Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 [8086:8c14] (rev d5)
        Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 [8086:8c16] (rev d5)
        Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
        Subsystem: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI [8086:8c26]
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci
00:1f.0 ISA bridge [0601]: Intel Corporation C222 Series Chipset Family Server Essential SKU LPC Controller [8086:8c52] (rev 05)
        Subsystem: Intel Corporation C222 Series Chipset Family Server Essential SKU LPC Controller [8086:8c52]
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev 05)
        Subsystem: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02]
        Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
        Subsystem: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
01:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
        Subsystem: ASUSTeK Computer Inc. I210 Gigabit Network Connection [1043:8557]
        Kernel driver in use: igb
        Kernel modules: igb
02:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
        Subsystem: ASUSTeK Computer Inc. I210 Gigabit Network Connection [1043:8557]
        Kernel driver in use: igb
        Kernel modules: igb
03:00.0 PCI bridge [0604]: ASPEED Technology, Inc. AST1150 PCI-to-PCI Bridge [1a03:1150] (rev 02)
04:00.0 VGA compatible controller [0300]: ASPEED Technology, Inc. ASPEED Graphics Family [1a03:2000] (rev 21)
        Subsystem: ASUSTeK Computer Inc. ASPEED Graphics Family [1043:8544]
05:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 04)
06:00.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01)
        Subsystem: Technotrend Systemtechnik GmbH SAA7146 [13c2:101c]
        Kernel driver in use: budget dvb
        Kernel modules: budget
06:02.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01)
        Subsystem: Technotrend Systemtechnik GmbH SAA7146 [13c2:1014]




joanandk

yes, i always use make oldconfig to build new kernel versions.

Changed quote to code tags to preserve formatting -- NeddySeagoon
Intel i3-4130T on ASUS P9D-X
Kernel 6.6.52-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56075
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Fri Feb 19, 2021 11:08 am

snIP3r,
Thats interesting,

Code: Select all

06:00.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01)
        Subsystem: Technotrend Systemtechnik GmbH SAA7146 [13c2:101c]
        Kernel driver in use: budget dvb
        Kernel modules: budget
06:02.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01)
        Subsystem: Technotrend Systemtechnik GmbH SAA7146 [13c2:1014] 
The kernel can see both cards, the driver is loaded but it has only bound to one card.

Can you put the dmesg output onto a pastebin please?

Do you have the budget and dvb modules built into the kernel or are they loadable modules?
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
Buffoon
Veteran
Veteran
User avatar
Posts: 1369
Joined: Wed Jun 17, 2015 2:22 pm
Location: EU or US

  • Quote

Post by Buffoon » Fri Feb 19, 2021 11:12 am

I'd do some hardware testing. Pull out one of cards, boot and look at lspci. Then put it back and pull the other one, again, boot and lspci. PCI slots can be tested the same way.
Life is a tragedy for those who feel and a comedy for those who think.
Top
eccerr0r
Watchman
Watchman
Posts: 10238
Joined: Thu Jul 01, 2004 6:51 pm
Location: almost Mile High in the USA
Contact:
Contact eccerr0r
Website

  • Quote

Post by eccerr0r » Fri Feb 19, 2021 3:18 pm

I was a bit confused at that. Usually separate PCI/PCIe cards have different bus/unit numbers but in lspci it looks like it has only different subunit numbers usually typical of cards that have multiple functions. Just want to make sure - lspci looks the same under both kernel versions?
Intel Core i7 2700K/Radeon Firepro W2100/24GB DDR3/800GB SSD
What am I supposed watching?
Top
Buffoon
Veteran
Veteran
User avatar
Posts: 1369
Joined: Wed Jun 17, 2015 2:22 pm
Location: EU or US

  • Quote

Post by Buffoon » Fri Feb 19, 2021 4:13 pm

Code: Select all

04:00.0 Multimedia video controller: Conexant Systems, Inc. CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb (rev 04)
05:00.0 Multimedia video controller: Conexant Systems, Inc. CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb (rev 04)
Even more confusion - the above is one card in one slot.
Life is a tragedy for those who feel and a comedy for those who think.
Top
eccerr0r
Watchman
Watchman
Posts: 10238
Joined: Thu Jul 01, 2004 6:51 pm
Location: almost Mile High in the USA
Contact:
Contact eccerr0r
Website

  • Quote

Post by eccerr0r » Fri Feb 19, 2021 4:30 pm

I guess that's normal after all.

Code: Select all

03:00.0 Ethernet controller: 3Com Corporation 3c980-TX Fast Etherlink XL Server Adapter [Cyclone] (rev 30)
03:01.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70)
Seems like the driver has a bug now that prohibits it from multiple instantiation.
Intel Core i7 2700K/Radeon Firepro W2100/24GB DDR3/800GB SSD
What am I supposed watching?
Top
sdauth
l33t
l33t
User avatar
Posts: 770
Joined: Wed Sep 19, 2018 2:48 am
Location: Ásgarðr

  • Quote

Post by sdauth » Fri Feb 19, 2021 5:34 pm

Probably not related.. but on my system, I use a cheap USB DVB dongle (RTL2832U) and I've had to disable "Trim unused exported kernel symbols" otherwise the driver wouldn't load.

Code: Select all

Enable loadable module support  --->
  [ ]     Trim unused exported kernel symbols
Not promising anything of course. :oops:
Top
snIP3r
l33t
l33t
Posts: 866
Joined: Fri May 21, 2004 6:21 pm
Location: germany

  • Quote

Post by snIP3r » Fri Feb 19, 2021 5:55 pm

NeddySeagoon: here s my dmesg output fresh rebooted server:
[ 0.308727] pci_bus 0000:00: resource 14 [mem 0x000e4000-0x000e7fff window]
[ 0.308838] pci_bus 0000:00: resource 15 [mem 0xd0000000-0xfeafffff window]
[ 0.308950] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.309060] pci_bus 0000:01: resource 1 [mem 0xdc300000-0xdc3fffff]
[ 0.309171] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.309282] pci_bus 0000:02: resource 1 [mem 0xdc200000-0xdc2fffff]
[ 0.309392] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
[ 0.309501] pci_bus 0000:03: resource 1 [mem 0xd8000000-0xdc0fffff]
[ 0.309613] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.309721] pci_bus 0000:04: resource 1 [mem 0xd8000000-0xdc0fffff]
[ 0.309831] pci_bus 0000:05: resource 1 [mem 0xdc100000-0xdc1fffff]
[ 0.309943] pci_bus 0000:06: resource 1 [mem 0xdc100000-0xdc1fffff]
[ 0.310150] NET: Registered protocol family 2
[ 0.310394] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.310549] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.310754] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.311033] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.311170] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.311309] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.311484] NET: Registered protocol family 1
[ 0.357764] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x620 took 43536 usecs
[ 0.397728] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x620 took 38901 usecs
[ 0.397898] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.398017] pci 0000:05:00.0: Disabling ASPM L0s/L1
[ 0.398126] pci 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.398248] PCI: CLS 64 bytes, default 64
[ 0.398378] Trying to unpack rootfs image as initramfs...
[ 0.916167] Freeing initrd memory: 5684K
[ 0.916283] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.916395] software IO TLB: mapped [mem 0xc9a04000-0xcda04000] (64MB)
[ 0.916558] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 0.916679] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 0.916790] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 0.916899] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 0.917499] Initialise system trusted keyrings
[ 0.917635] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[ 0.917924] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.921595] Key type asymmetric registered
[ 0.921708] Asymmetric key parser 'x509' registered
[ 0.921821] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.921943] io scheduler mq-deadline registered
[ 0.922049] io scheduler kyber registered
[ 0.922373] pcieport 0000:00:1c.0: PME: Signaling with IRQ 24
[ 0.922662] pcieport 0000:00:1c.1: PME: Signaling with IRQ 25
[ 0.922933] pcieport 0000:00:1c.2: PME: Signaling with IRQ 26
[ 0.923201] pcieport 0000:00:1c.3: PME: Signaling with IRQ 27
[ 0.923387] intel_idle: MWAIT substates: 0x42120
[ 0.923388] intel_idle: v0.4.1 model 0x3C
[ 0.923499] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.925244] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.925362] ACPI: Thermal Zone [TZ00] (28 C)
[ 0.925627] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.925744] ACPI: Thermal Zone [TZ01] (30 C)
[ 0.925907] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.946554] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.947199] Linux agpgart interface v0.103
[ 0.948369] brd: module loaded
[ 0.949595] loop: module loaded
[ 0.949748] ahci 0000:00:1f.2: version 3.0
[ 0.949932] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 0.950049] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 1.098146] scsi host0: ahci
[ 1.098328] scsi host1: ahci
[ 1.098496] scsi host2: ahci
[ 1.098675] scsi host3: ahci
[ 1.098839] scsi host4: ahci
[ 1.099012] scsi host5: ahci
[ 1.099160] ata1: SATA max UDMA/133 abar m2048@0xdc412000 port 0xdc412100 irq 28
[ 1.099274] ata2: SATA max UDMA/133 abar m2048@0xdc412000 port 0xdc412180 irq 28
[ 1.099388] ata3: SATA max UDMA/133 abar m2048@0xdc412000 port 0xdc412200 irq 28
[ 1.099503] ata4: SATA max UDMA/133 abar m2048@0xdc412000 port 0xdc412280 irq 28
[ 1.099617] ata5: SATA max UDMA/133 abar m2048@0xdc412000 port 0xdc412300 irq 28
[ 1.099731] ata6: SATA max UDMA/133 abar m2048@0xdc412000 port 0xdc412380 irq 28
[ 1.099900] i8042: PNP: No PS/2 controller found.
[ 1.100071] mousedev: PS/2 mouse device common for all mice
[ 1.100305] intel_pstate: Intel P-state driver initializing
[ 1.100493] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.100750] NET: Registered protocol family 17
[ 1.101015] microcode: sig=0x306c3, pf=0x2, revision=0x24
[ 1.101162] microcode: Microcode Update Driver: v2.2.
[ 1.101166] IPI shorthand broadcast: enabled
[ 1.101394] sched_clock: Marking stable (1083961996, 17196026)->(2085583075, -984425053)
[ 1.101535] registered taskstats version 1
[ 1.101647] Loading compiled-in X.509 certificates
[ 1.101779] Key type ._fscrypt registered
[ 1.101892] Key type .fscrypt registered
[ 1.102233] hctosys: unable to open rtc device (rtc0)
[ 1.439887] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.440012] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.440136] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.440258] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.440380] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.440502] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.441005] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.441006] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.441128] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.441272] ata4.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 1.441385] ata4.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.441705] ata3.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 1.441822] ata3.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.441943] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.441944] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.442063] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.442263] ata5.00: ATA-11: WDC WDS500G2B0A-00SM50, 411030WD, max UDMA/133
[ 1.442388] ata5.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.442603] ata2.00: supports DRM functions and may not be fully accessible
[ 1.442721] ata1.00: supports DRM functions and may not be fully accessible
[ 1.442965] ata4.00: configured for UDMA/133
[ 1.443080] ata3.00: configured for UDMA/133
[ 1.443200] ata6.00: ATA-11: WDC WDS500G2B0A-00SM50, 411030WD, max UDMA/133
[ 1.443315] ata6.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.443429] ata1.00: NCQ Send/Recv Log not supported
[ 1.443538] ata1.00: ATA-9: Samsung SSD 840 EVO 120GB, EXT0BB6Q, max UDMA/133
[ 1.443652] ata1.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.443768] ata2.00: NCQ Send/Recv Log not supported
[ 1.443877] ata2.00: ATA-9: Samsung SSD 840 EVO 120GB, EXT0BB6Q, max UDMA/133
[ 1.443992] ata2.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.444345] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.444347] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.444464] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.444838] ata1.00: supports DRM functions and may not be fully accessible
[ 1.445140] ata2.00: supports DRM functions and may not be fully accessible
[ 1.445279] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.445280] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.445396] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.445582] ata1.00: NCQ Send/Recv Log not supported
[ 1.445693] ata2.00: NCQ Send/Recv Log not supported
[ 1.446006] ata5.00: configured for UDMA/133
[ 1.446181] ata2.00: configured for UDMA/133
[ 1.446293] ata1.00: configured for UDMA/133
[ 1.446486] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 840 BB6Q PQ: 0 ANSI: 5
[ 1.446952] ata6.00: configured for UDMA/133
[ 1.446956] scsi 1:0:0:0: Direct-Access ATA Samsung SSD 840 BB6Q PQ: 0 ANSI: 5
[ 1.446993] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 1.447002] sd 0:0:0:0: [sda] Write Protect is off
[ 1.447004] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.447026] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.447691] sd 1:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 1.447715] scsi 2:0:0:0: Direct-Access ATA WDC WD40EFRX-68W 0A80 PQ: 0 ANSI: 5
[ 1.447823] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.447943] sda: sda1 sda2 sda3
[ 1.448035] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.448051] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 1.448052] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 1.448058] sd 2:0:0:0: [sdc] Write Protect is off
[ 1.448059] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 1.448070] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.448649] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.448708] scsi 3:0:0:0: Direct-Access ATA WDC WD40EFRX-68W 0A80 PQ: 0 ANSI: 5
[ 1.449030] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.449050] sd 3:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 1.449065] scsi 4:0:0:0: Direct-Access ATA WDC WDS500G2B0A 30WD PQ: 0 ANSI: 5
[ 1.449245] scsi 5:0:0:0: Direct-Access ATA WDC WDS500G2B0A 30WD PQ: 0 ANSI: 5
[ 1.449262] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[ 1.449265] sd 4:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.449277] sd 4:0:0:0: [sde] Write Protect is off
[ 1.449278] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 1.449293] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.449341] sdb: sdb1 sdb2 sdb3
[ 1.449540] sd 5:0:0:0: [sdf] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.449619] sd 3:0:0:0: [sdd] Write Protect is off
[ 1.449687] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.449732] sd 5:0:0:0: [sdf] Write Protect is off
[ 1.449834] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 1.449912] sde: sde1 sde2
[ 1.449974] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[ 1.450183] sd 4:0:0:0: [sde] Attached SCSI disk
[ 1.460281] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.460396] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.461526] sdf: sdf1 sdf2
[ 1.461837] sd 5:0:0:0: [sdf] Attached SCSI disk
[ 1.501254] sdc: sdc1
[ 1.501898] sd 2:0:0:0: [sdc] Attached SCSI disk
[ 1.514881] sdd: sdd1
[ 1.515487] sd 3:0:0:0: [sdd] Attached SCSI disk
[ 1.515814] Freeing unused kernel image memory: 1144K
[ 1.587698] Write protecting the kernel read-only data: 14336k
[ 1.588174] Freeing unused kernel image memory: 2016K
[ 1.588353] Freeing unused kernel image memory: 160K
[ 1.588483] Run /init as init process
[ 1.692067] udevd[1609]: starting version 3.2.9
[ 1.692192] random: udevd: uninitialized urandom read (16 bytes read)
[ 1.692215] random: udevd: uninitialized urandom read (16 bytes read)
[ 1.692224] random: udevd: uninitialized urandom read (16 bytes read)
[ 1.693322] udevd[1610]: starting eudev-3.2.9
[ 1.710181] ACPI: bus type USB registered
[ 1.710208] usbcore: registered new interface driver usbfs
[ 1.710222] usbcore: registered new interface driver hub
[ 1.710241] usbcore: registered new device driver usb
[ 1.710273] dca service started, version 1.12.1
[ 1.711036] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.711638] ehci-pci: EHCI PCI platform driver
[ 1.711806] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.711812] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.711828] ehci-pci 0000:00:1a.0: debug port 2
[ 1.713445] pps_core: LinuxPPS API ver. 1 registered
[ 1.713445] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.713714] PTP clock support registered
[ 1.715670] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[ 1.715671] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.715731] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 1.715760] ehci-pci 0000:00:1a.0: irq 20, io mem 0xdc414000
[ 1.732279] md/raid1:md122: active with 2 out of 2 mirrors
[ 1.733437] md/raid1:md123: active with 2 out of 2 mirrors
[ 1.736931] md122: detected capacity change from 0 to 177848975360
[ 1.737270] random: fast init done
[ 1.737662] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.737714] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 1.737716] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.737718] usb usb1: Product: EHCI Host Controller
[ 1.737719] usb usb1: Manufacturer: Linux 5.4.97-gentoo ehci_hcd
[ 1.737720] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.737891] hub 1-0:1.0: USB hub found
[ 1.737899] hub 1-0:1.0: 2 ports detected
[ 1.738032] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.738038] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.738186] md123: detected capacity change from 0 to 321987280896
[ 1.739174] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 1.739182] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.739454] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 1.739464] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.739465] usb usb2: Product: xHCI Host Controller
[ 1.739466] usb usb2: Manufacturer: Linux 5.4.97-gentoo xhci-hcd
[ 1.739467] usb usb2: SerialNumber: 0000:00:14.0
[ 1.739671] hub 2-0:1.0: USB hub found
[ 1.739690] hub 2-0:1.0: 10 ports detected
[ 1.741835] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.741839] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.741841] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.741843] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.741853] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 1.741887] ehci-pci 0000:00:1d.0: debug port 2
[ 1.741968] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 1.741970] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.741971] usb usb3: Product: xHCI Host Controller
[ 1.741972] usb usb3: Manufacturer: Linux 5.4.97-gentoo xhci-hcd
[ 1.741973] usb usb3: SerialNumber: 0000:00:14.0
[ 1.742104] hub 3-0:1.0: USB hub found
[ 1.742137] hub 3-0:1.0: 2 ports detected
[ 1.745475] pps pps0: new PPS source ptp0
[ 1.745498] igb 0000:01:00.0: added PHC on eth0
[ 1.745499] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 1.745501] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 40:16:7e:36:b9:92
[ 1.745575] igb 0000:01:00.0: eth0: PBA No: 001300-000
[ 1.745576] igb 0000:01:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[ 1.745794] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 1.745807] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdc413000
[ 1.775444] pps pps1: new PPS source ptp1
[ 1.775467] igb 0000:02:00.0: added PHC on eth1
[ 1.775468] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 1.775470] igb 0000:02:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 40:16:7e:36:b9:93
[ 1.775538] igb 0000:02:00.0: eth1: PBA No: 001300-000
[ 1.775539] igb 0000:02:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[ 1.777730] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.777787] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 1.777788] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.777790] usb usb4: Product: EHCI Host Controller
[ 1.777791] usb usb4: Manufacturer: Linux 5.4.97-gentoo ehci_hcd
[ 1.777792] usb usb4: SerialNumber: 0000:00:1d.0
[ 1.777905] hub 4-0:1.0: USB hub found
[ 1.777914] hub 4-0:1.0: 2 ports detected
[ 1.788135] md/raid1:md127: active with 2 out of 2 mirrors
[ 1.788149] md127: detected capacity change from 0 to 117713534976
[ 1.790000] md/raid1:md125: active with 2 out of 2 mirrors
[ 1.790015] md125: detected capacity change from 0 to 104726528
[ 1.790423] md/raid1:md126: active with 2 out of 2 mirrors
[ 1.790436] md126: detected capacity change from 0 to 2146369536
[ 1.811014] md/raid1:md124: active with 2 out of 2 mirrors
[ 1.811024] md124: detected capacity change from 0 to 4000651542528
[ 1.977703] tsc: Refined TSC clocksource calibration: 2893.300 MHz
[ 1.977707] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29b489e2aba, max_idle_ns: 440795331399 ns
[ 1.977728] clocksource: Switched to clocksource tsc
[ 2.107712] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 2.117697] usb 2-2: new low-speed USB device number 2 using xhci_hcd
[ 2.147713] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 2.158449] EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null)
[ 2.313087] usb 2-2: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.00
[ 2.313089] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.313090] usb 2-2: Product: USB Keyboard
[ 2.313091] usb 2-2: Manufacturer: Logitech
[ 2.318096] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
[ 2.318097] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.318378] hub 1-1:1.0: USB hub found
[ 2.318613] hub 1-1:1.0: 4 ports detected
[ 2.358094] usb 4-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
[ 2.358096] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.358373] hub 4-1:1.0: USB hub found
[ 2.358418] hub 4-1:1.0: 6 ports detected
[ 2.457698] usb 2-9: new low-speed USB device number 3 using xhci_hcd
[ 2.732234] usb 2-9: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 0.06
[ 2.732236] usb 2-9: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.732238] usb 2-9: Product: Back-UPS CS 650 FW:817.v4.I USB FW:v4
[ 2.732238] usb 2-9: Manufacturer: American Power Conversion
[ 2.732239] usb 2-9: SerialNumber: 3B0826X57436
[ 3.009307] urandom_read: 4 callbacks suppressed
[ 3.009308] random: lvm: uninitialized urandom read (4 bytes read)
[ 3.014567] random: lvm: uninitialized urandom read (4 bytes read)
[ 3.528605] random: ln: uninitialized urandom read (6 bytes read)
[ 3.783569] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 3.783604] ACPI: Power Button [PWRB]
[ 3.783654] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 3.783675] ACPI: Power Button [PWRF]
[ 3.790244] rtc_cmos 00:02: RTC can wake from S4
[ 3.790442] rtc_cmos 00:02: registered as rtc0
[ 3.790458] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 3.807758] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[ 3.807785] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 3.808218] systemd-udevd[2356]: Using default interface naming scheme 'v245'.
[ 3.809625] systemd-udevd[2370]: Using default interface naming scheme 'v245'.
[ 3.810315] systemd-udevd[2356]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 3.810335] systemd-udevd[2370]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 3.810372] igb 0000:02:00.0 enp2s0: renamed from eth1
[ 3.817902] saa7146: register extension 'budget dvb'
[ 3.818132] saa7146: found saa7146 @ mem 0000000000627e07 (revision 1, irq 19) (0x13c2,0x101c)
[ 3.818133] saa7146 (0): dma buffer size 1443840
[ 3.818134] dvbdev: DVB: registering new adapter (TT-Budget S2-1600 PCI)
[ 3.824091] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:046D:C31C.0001/input/input2
[ 3.867794] igb 0000:01:00.0 enp1s0: renamed from eth0
[ 3.871958] nct6775: Found NCT6779D or compatible chip at 0x2e:0x290
[ 3.872037] nct6775 nct6775.656: Invalid temperature source 7 at index 1, source register 0x622, temp register 0x150
[ 3.887824] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-2/input0
[ 3.892210] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C31C.0002/input/input3
[ 3.918701] adapter has MAC addr = 00:d0:5c:cc:a4:8f
[ 3.937872] systemd-udevd[2362]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 3.957760] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:046D:C31C.0002/input/input4
[ 3.957997] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-2/input1
[ 4.304660] systemd-udevd[2364]: Using default interface naming scheme 'v245'.
[ 4.304997] systemd-udevd[2353]: Using default interface naming scheme 'v245'.
[ 4.437414] i2c i2c-1: Attaching STV6110x
[ 4.519472] budget dvb 0000:06:00.0: DVB: registering adapter 0 frontend 0 (STV090x Multistandard)...
[ 4.754042] hid-generic 0003:051D:0002.0003: hiddev96,hidraw2: USB HID v1.10 Device [American Power Conversion Back-UPS CS 650 FW:817.v4.I USB FW:v4] on usb-0000:00:14.0-9/input0
[ 4.754072] usbcore: registered new interface driver usbhid
[ 4.754073] usbhid: USB HID core driver
[ 5.068881] EXT4-fs (md127): re-mounted. Opts: (null)
[ 5.187704] Adding 2096060k swap on /dev/md126. Priority:-2 extents:1 across:2096060k SSDsc
[ 6.335850] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 6.336212] systemd-udevd[2349]: Using default interface naming scheme 'v245'.
[ 6.336376] systemd-udevd[2349]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 6.340583] systemd-udevd[2349]: bond0: Process 'net.sh bond0 start' failed with exit code 1.
[ 6.438270] bond0: (slave enp1s0): Enslaving as a backup interface with a down link
[ 6.458257] bond0: (slave enp2s0): Enslaving as a backup interface with a down link
[ 7.033192] NET: Registered protocol family 10
[ 7.033823] Segment Routing with IPv6
[ 8.887658] random: crng init done
[ 8.910502] tun: Universal TUN/TAP device driver, 1.6
[ 8.911081] systemd-udevd[2371]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 9.408337] igb 0000:02:00.0 enp2s0: igb: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 9.498352] bond0: (slave enp2s0): link status definitely up, 1000 Mbps full duplex
[ 9.498354] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 9.498357] bond0: active interface up!
[ 9.498363] IPv6: ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
[ 9.499473] igb 0000:01:00.0 enp1s0: igb: enp1s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 9.717874] bond0: (slave enp1s0): link status definitely up, 1000 Mbps full duplex
[ 27.187894] RPC: Registered named UNIX socket transport module.
[ 27.187895] RPC: Registered udp transport module.
[ 27.187895] RPC: Registered tcp transport module.
[ 27.187896] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 27.333268] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 28.557119] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 28.559025] NFSD: Using legacy client tracking operations.
and yes, they are all modules, i did an make oldconfig for the new kernel:

Code: Select all

less /usr/src/linux/.config |grep DVB
CONFIG_DVB_CORE=m
CONFIG_DVB_NET=y
CONFIG_DVB_MAX_ADAPTERS=8
CONFIG_DVB_DYNAMIC_MINORS=y
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
# CONFIG_DVB_ULE_DEBUG is not set
CONFIG_DVB_BUDGET_CORE=m
CONFIG_DVB_BUDGET=m
# CONFIG_DVB_B2C2_FLEXCOP_PCI is not set
# CONFIG_DVB_PLUTO2 is not set
# CONFIG_DVB_PT1 is not set
# CONFIG_DVB_PT3 is not set
# CONFIG_DVB_NGENE is not set
# CONFIG_DVB_DDBRIDGE is not set
CONFIG_DVB_PLATFORM_DRIVERS=y
# DVB Frontend drivers hidden by 'Autoselect ancillary drivers'
CONFIG_DVB_STV090x=m
CONFIG_DVB_STV6110x=m
# DVB-S (satellite) frontends
CONFIG_DVB_S5H1420=m
CONFIG_DVB_STV0299=m
CONFIG_DVB_TDA8083=m
CONFIG_DVB_TDA10086=m
CONFIG_DVB_VES1X93=m
CONFIG_DVB_TDA826X=m
# DVB-T (terrestrial) frontends
CONFIG_DVB_L64781=m
CONFIG_DVB_TDA1004X=m
# DVB-C (cable) frontends
CONFIG_DVB_VES1820=m
# SEC control devices for DVB-S
CONFIG_DVB_LNBP21=m
CONFIG_DVB_ISL6423=m

@Buffoon and @eccerr0r: thats not my hardware you mentioned.... but @eccerr0r yes, probably the driver has that bug... will check it....

again @eccerr0r: i cannot easyly reboot the machine - its a server. but it only helps this wat, i am willing to reboot to the older kernel to check the previous messages...

@sdauth: the driver loads - but only for one card....

@all:"is it possible that this is kernel related in conjunction with udev???? i also want to change from udev to eudev...
@all
Intel i3-4130T on ASUS P9D-X
Kernel 6.6.52-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Top
snIP3r
l33t
l33t
Posts: 866
Joined: Fri May 21, 2004 6:21 pm
Location: germany

  • Quote

Post by snIP3r » Wed Mar 03, 2021 1:10 pm

hi all!

my problem is solved. powered down the server, pluged cards out and in again. then booted the machine - and both cards get drivers...

all is running as it should.

thx for help!!!
snIP3r
Intel i3-4130T on ASUS P9D-X
Kernel 6.6.52-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Top
Post Reply

15 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy