Assuming I have a firewire card with a supported chipset, is there anything special I need to do in order for the kernel to recognize the card? Shouldn't kudzu "wake up" and configure the card when I boot up after installing it?
This is a brand spanking new 4.4 system and a supported Agere chipset firewire card. I'm having trouble tickling devices connected to the card. In particular, I'm trying to mount a firewire external DVD device.
Lspsi shows the following so I *thought* the kernel found the card:
[ritz@localhost ~]$ /sbin/lspci 00:06.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07) 00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05) 00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03) 00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02) 00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05) 00:0a.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 13) 00:0a.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC (rev 01) 00:0b.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 13) 00:0b.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC (rev 01) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 00:19.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:19.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:19.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:19.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:01.0 RAID bus controller: 3ware Inc 9550SX SATA-RAID 02:05.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 10) 02:05.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 10) 03:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b) 03:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b) 03:04.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27) 03:05.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08) 03:05.1 Input device controller: Creative Labs SB Live! Game Port (rev 08) 03:06.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)
Any suggestions would be much appreciated.
Johnny Hughes wrote:
Ah, that explains it. I've never used the non-default kernel. Is this just a matter of firing up yum or yumex and installing a specific kernel? In the centosplus repo I see one for hugemem, xfs, etc. Which one should I choose?
Sorry for the n00bish question.
Cheers,
Chris
Hi My People,
I am looking for the best tool or method for Linux authentication like Ms Active Directory:
Scenarios
1. Samba PDC for Linux Clients and Windows Xp Status: (Server Centos OS 4.3 Samba 3.023 Setup Ready, Windows Clients Ready can logon, Linux Clients Centos 4.3, Ubuntus 6,06 and Suse 10. Fail to logon error: Utils/net_rpc_join.c:net_rpc_join_newstyle(295) Error setting trust account password: NT_STATUS_ACCESS_DENIED Unable to join domain mydomain.com.ve
2. Samba PDC with Ldap Comments about.
3. Samba with Fedora Directory Status: (The Same) I will revise it because show easy talk with Ms Active Directory, I have already setup Fedora Directory and I will join samba with it.
4. Your recommendations
So really we want logon our linux clients in our linux PDC.
Best regards
Jose Perales Grid Systems
http://theendlessnow.com/ten/SSO/Paper
On Mon, 2006-09-18 at 18:46 -0400, Jim Perrin wrote:
Jim's link looks nice ... here is another option.
I highly recommend the below guide. It has LDAP enabled samba and works well (read everything to understand the working of Samba ... then do the LDAP section.)
http://us2.samba.org/samba/docs/man/Samba-Guide/
(This is not Active Directory but NT type domains, as ADS is not supported in samba-3)
Thanks, Johnny Hughes