Hozzászólások
-
SzerzőBejegyzés
-
Udevben tud valaki segíteni?
Probléma ugyanez nálam is.
Azok a sorok azért vannak ott, mert itthoni szerveren saját dns szervert futtattam. De itt az a probléma, hogy a szolgáltató szerverét se éri el.. Illetve egyáltalán nem megy semmi kifele normálisan.
Azon vitáznék ,hogy az MBR-be ntfs ,v. fat van. Az nem partició köze nincs a file-rendszerekhez szerintem.
[align=right][snapback]141307[/snapback][/align]Ezt félreértetted rendesen. Pont azt mondtam, hogy MBR az független dolog a fájlrendszertõl, ezért a grubot lehet telepíteni az ntfses winyóra. De például a config fájljait már nem tudja hol elhelyezni, mivel az mbrbe nem fér, az ntfsre meg nem tud írni.
Nincs tapasztalatom SATA merevlemezekkel sajnos. Szóval csak tippem van. A GRUB valószínûleg az IDE lemezed MBRjébe települt. Azonban itt nem tudta elhelyezni a grub.confot, mert NTFS vagy FAT fájlrendszer van rajta. Ezért a SATA lemezrõl nem is tud bootolni, ezért tölti be az IDE lemezrõl a grubot.
Megpróbálhatod mondjuk azt, hogy betöltöd kézzel a Linuxot a grub shelljébõl. Majd kiadod a „grub-install /dev/sda” parancsot (sdaval jelöli a satat is a Linux ugye?).viszont a mûhold felvételek jók magyarorságról is (érdekesek))
[align=right][snapback]141270[/snapback][/align]Jaja! 😀 Jót szórakoztam vele valamelyik este 🙂
Próbáld meg ezt az asound.confot:
http://www.linuxforum.hu/ipbmb/index.php?s…ndpost&p=139979Megcsináltam, hogy ne kelljen az alsa csomagokkal szórakozni! Vanilla kernelben levõ alsa megy tökéletesen.
A konfigom i8x0 kompatibilis kártyával:Code:# Sound
#
CONFIG_SOUND=m#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
# CONFIG_SND_DUMMY is not set
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
CONFIG_SND_MPU401=m#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set#
# PCI devices
#
CONFIG_SND_AC97_CODEC=m
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_HDA_INTEL is not set -
SzerzőBejegyzés