Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - jerem

Sivuja: 1 [2]
21
Laitealue / Vs: Anysee usb-digi
« : 04.03.08 - klo:21.39 »
Siis meinasin että otat sen make menuconfig:ssa
 Audio devices for multimedia:n alta pois koko laitetuen
*** ALSA sound ***
< > Bt87x Audio Capture

ja kokeilet kääntää paremmalla onnella uudelleen.


Kuinkas se sitten tehdään? Ilmeisesti puhutaan jostain ini-tiedostoston muokkaamisesta? GUI:iä tässähän ei ole.

-Jere


22
Laitealue / Vs: Anysee usb-digi
« : 04.03.08 - klo:20.13 »
Koodia: [Valitse]
  CC [M]  /home/***/anysee/v4l/bt87x.o

Poista (en muista tarkalleen mikä) bt87XX -ajurin tuki menuconfig:ssa. Löytyikö äänijutuista tai mistä. Kyseistä ajuria ei tarvita anyseen kanssa ja se ei nykyisessä versiossa jostain syystä suostu kääntymäänkään.

Ilmeisesti jokin äänikortti tms. (error: 'SNDRV_CARDS')

Jos tarkoitat ettei siitä tarvitse välittää niin seuraava komento

sudo make install

tuottaa kasan virheitä.

make -C /home/***/anysee/v4l install
make[1]: Entering directory `/home/***/anysee/v4l'
Stripping debug info from files
Usage: strip <option(s)> in-file(s)
 Removes symbols and sections from files
 The options are:
  -I --input-target=<bfdname>      Assume input file is in format <bfdname>
  -O --output-target=<bfdname>     Create an output file in format <bfdname>
  -F --target=<bfdname>            Set both input and output format to <bfdname>
  -p --preserve-dates              Copy modified/access timestamps to the output
  -R --remove-section=<name>       Remove section <name> from the output
  -s --strip-all                   Remove all symbol and relocation information
  -g -S -d --strip-debug           Remove all debugging symbols & sections
     --strip-unneeded              Remove all symbols not needed by relocations
     --only-keep-debug             Strip everything but the debug information
  -N --strip-symbol=<name>         Do not copy symbol <name>
  -K --keep-symbol=<name>          Do not strip symbol <name>
     --keep-file-symbols           Do not strip file symbol(s)
  -w --wildcard                    Permit wildcard in symbol comparison
  -x --discard-all                 Remove all non-global symbols
  -X --discard-locals              Remove any compiler-generated symbols
  -v --verbose                     List all object files modified
  -V --version                     Display this program's version number
  -h --help                        Display this output
     --info                        List object formats & architectures supported
  -o <file>                        Place stripped output into <file>
strip: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-little elf32-big elf64-x86-64 efi-app-x86_64 elf64-little elf64-big srec symbolsrec tekhex binary ihex trad-core
make[1]: *** [media-install] Error 1
make[1]: Leaving directory `/home/***/anysee/v4l'
make: *** [install] Error 2

-Jere

23
Laitealue / Vs: Anysee usb-digi
« : 04.03.08 - klo:19.34 »
jerem:
Olethan asentanut server version headerit?
En tiedä onnistuuko kääntäminen server versiolla, onko jokin syy käyttää server kerneliä.

Kone toimii serverinä eikä siinä ole GUI:ta. Ubuntu 8.04 LTS server vaikutti hyvältä vaihtoehdolta (6.04 LTS oli jo vanha). Tarkoitus olisi vielä asentaa siihen media server ja katsoa äänityksiä mahdollisesti PS3:lla.

Headerit olivat ilmeisesti asentamatta (on hold tms.). Ajoin sudo apt-get dist-upgrade ja pääsin eteenpäin.
Ensimmäinen rivi meni nyt ilman virheitä mutta make komennossa tulee vieläkin virheitä. Tosin menee nyt huomattavasti pidemmälle.

  CC [M]  /home/***/anysee/v4l/bt87x.o
In file included from /home/***/anysee/v4l/bt87x.c:34:
include/sound/core.h:281: error: 'SNDRV_CARDS' undeclared here (not in a function)
make[3]: *** [/home/***/anysee/v4l/bt87x.o] Error 1
make[2]: *** [_module_/home/***/anysee/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-11-server'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/***/anysee/v4l'
make: *** [all] Error 2

Löytyisikö vielä apuja?

-Jere


24
Laitealue / Vs: Anysee usb-digi
« : 01.03.08 - klo:15.33 »
Nyt se meni ilman virheitä mutta seuraava virhe tulee
make distclean -komennon kohdalla.

Ilmeisesti tuo ensimmäinen komento ei sitten toimikkaan Ubuntu 8.04 server versiossa?
Vai mitä pitäisi tehdä?

No mitä se make distclean ilmoittaa?


make -C /home/***/anysee/v4l distclean
make[1]: Entering directory `/home/***/anysee/v4l'
No version yet, using 2.6.24-5-server
make[1]: Leaving directory `/home/***/anysee/v4l'
make[1]: Entering directory `/home/***/anysee/v4l'
rm -f *~ *.o *.ko .*.o.cmd .*.ko.cmd *.mod.c av7110_firm.h fdump \
                config-compat.h Module.symvers
rm -f .version .*.o.flags .*.o.d Makefile.media \
                Kconfig Kconfig.kern .config .config.cmd .myconfig \
                .kconfig.dep
rm -rf .tmp_versions
rm -f scripts/lxdialog scripts/kconfig oss
make[1]: Leaving directory `/home/***/anysee/v4l'

Ehkä tuossa ei virheitä olekaan mutta make-komento...

make -C /home/***/anysee/v4l
make[1]: Entering directory `/home/***/anysee/v4l'
No version yet, using 2.6.24-5-server
make[1]: Leaving directory `/home/***/anysee/v4l'
make[1]: Entering directory `/home/***/anysee/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.24
File not found: /lib/modules/2.6.24-5-server/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.
make[1]: Leaving directory `/home/***/anysee/v4l'
make[1]: Entering directory `/home/***/anysee/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.24
File not found: /lib/modules/2.6.24-5-server/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.
make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'.  Stop.
make[1]: Leaving directory `/home/***/anysee/v4l'
make: *** [all] Error 2

Eli jotain siinä apt-get install linux-headers menee pieleen? Vai voiko tuon jollain kiertää?

-Jere

25
Laitealue / Vs: Anysee usb-digi
« : 01.03.08 - klo:10.02 »
eli jos saa pyytää niin miten asennan se uuden ajurin? Teenkö sen koko rimpsun alusta joka edellisellä sivulla neuvoittiin?

EDIT: uudet ja toivottavasti tarkemmat ohjeet :) Nyt poistetaan vanhat moduulit ajosta (ei tarvitse välttämättä bootata). Sekä nollataan käännösasetukset "defaulttiin".

Koodia: [Valitse]
sudo apt-get install mercurial linux-headers-$(uname -r) build-essential
rm -rf anysee
hg clone http://linuxtv.org/hg/~anttip/anysee/
cd anysee
make distclean
make
sudo make install
sudo rmmod dvb_usb_anysee dvb_usb dvb_core tda10023 dvb_pll zl10353 mt352

/antti

Hei!

Yritin ohjeiden mukaan asentaa ajureita. Jo ensimmäinen rivi päättyy virheeseen.
 
sudo apt-get install mercurial linux-headers-$(uname -r) build-essential
E: Couldn't find package linux-headers-2.6.24-5-server

Sen jälkeen muutin komentoa seuraavaksi:
sudo apt-get install mercurial linux-headers build-essential

Nyt se meni ilman virheitä mutta seuraava virhe tulee
make distclean -komennon kohdalla.

Ilmeisesti tuo ensimmäinen komento ei sitten toimikkaan Ubuntu 8.04 server versiossa?
Vai mitä pitäisi tehdä?

-Jere

26
Ubuntu tietokoneissa / Vs: Apache2 portti 80 ei toimi
« : 16.03.07 - klo:09.09 »
Eikö se alueverkon reititin sitten ole ISP:n tarjoama? Siinähän se ongelma luultavasti on...

Arabianrannassa on siis alueverkko jonka operaattori kilpailutetaan kolmen vuoden välein. Edellinen oli LAN & WAN ja nyt siis Saunalahti. Se kenen "hyppysissä" tuo infra on, en tiedä. Olettaisin että Saunalahti mutta kun kaikki vastaukset ovat seuraavia:

"Hei!

Tieto tuli asennukseltamme. Heitä lähemmäksi totuutta tuskin pääsee  ;) "


Tuli vielä mieleen, että löytyisikö jostain sellaista LIVE linuxia jossa olisi valmiiksi jokin Apache 2 asennettuna ja testi sivu portissa 80? Jos sitten kyseinen LIVE distro toimii muualla (kunhan tietenkin syötetään oikeat ip yms.) niin sillähän voisi testata liittymän. Ehdotuksia!



27
Ubuntu tietokoneissa / Vs: Apache2 portti 80 ei toimi
« : 16.03.07 - klo:09.05 »
Eikö se alueverkon reititin sitten ole ISP:n tarjoama? Siinähän se ongelma luultavasti on...

Arabianrannassa on siis alueverkko jonka operaattori kilpailutetaan kolmen vuoden välein. Edellinen oli LAN & WAN ja nyt siis Saunalahti. Se kenen "hyppysissä" tuo infra on, en tiedä. Olettaisin että Saunalahti mutta kun kaikki vastaukset ovat seuraavia:

"Hei!

Tieto tuli asennukseltamme. Heitä lähemmäksi totuutta tuskin pääsee  ;) "


28
Ubuntu tietokoneissa / Vs: Apache2 portti 80 ei toimi
« : 15.03.07 - klo:22.00 »
hmm.... Itselläni on ainakin TeleWellin EA-513, siinä ei pysty reitittää porttiin 80 ennenkun laitteeen oma ohjausportti on vaihdettu johonki muuhun. Jos ei muuta, niin kannattaa ainakin se koittaa vaihtaa :) Manuaalissakin lukee että portti on vaihdettava ennen reitittämistä.

Testit on suoritettu ilman palomuuri / NAT purkkia. Suoraan LAN-pistokkeesta, seinästä. ISP on edelleen vastannut ettei mitään portteja (25 pois lukien) ole lukittu. Jos tämä pitää paikkansa, vaihtoehdoksi jää joko alueverkon reitittimet tai linuxin asetukset...


29
Ubuntu tietokoneissa / Vs: Apache2 portti 80 ei toimi
« : 05.03.07 - klo:21.46 »
Onkos sulla kahta konetta?

Voisit kytkeä ne smc:n avulla toisiinsa, ja katsoa pääsetkö toisella koneella apacheen käsiksi?

Löytyy toki  ;) Pistin SMC:n takaisin ja laitoin koneet NAT:in taakse. Nyt sivut näkyvät myös toisella koneella sekä ip:llä (sisäverkon) että www.mydomain.fi osoitteella. Ei kai tässä voi muutakaan kun kovistella ISP:tä...

Palaan asiaan kun homma etenee (jos etenee)...

-Jere
 

30
Ubuntu tietokoneissa / Vs: Apache2 portti 80 ei toimi
« : 04.03.07 - klo:09.46 »
Olet ilmeisesti kuitenkin ADSL-linjan päässä. Mikä on ADSL-laitteen merkki ja malli? Ulkoinen vai PCI-kortti?

Asustelen Arabianrannassa ja täällä on huoneistokohtainen 10M LAN. Eli ei mitään hardwarea koneen ja netin välissä. Aluksi minulla oli SMC:n langaton tukiasema välissä, mutta kun homma ei toiminut halusin ottaa kaiken ylimääräisen "rojun" pois sotkemasta.

-Jere
 

31
Ubuntu tietokoneissa / Vs: Apache2 portti 80 ei toimi
« : 04.03.07 - klo:07.57 »
Näyttääkö komento: sudo iptables -L, että portti 80 olisi estetty?

Palomuurin asetukset ovat alkuperäiset eli kaikki portit auki. Alla kyseinen komento.

Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination


ja netstat -an LISTEN

tcp6       0      0 :::80                 :::*                    LISTEN

-Jere

32
Ubuntu tietokoneissa / Vs: Apache2 portti 80 ei toimi
« : 02.03.07 - klo:20.50 »
Ettei vain nettipalveluntarjoajasi sulkisi ko. portin.  :(

Tiedustelin asiaa ja väittivät (helpdesk) että ainoastaan portti 25 sisäänpäin on estetty... Alla lainaus.

"Hei,

Ainut rajoite on sisäänpäin portti 25 joka on smtp. Muuten täysin vapaa. Ongelmasi on Apache konffi tiedostossa."

-Jere


Kuinkas ISP:n portit voisi tarkastaa? Portti scannerilla näyttää että portti on stealt tai vastaavassa tilassa. Vaihtoehdoiksi kai jää, että ISP sulkee (kuitenkin) portin(t) tai että Ubuntussa tuo portti on suljettu / poissa käytössä ulkomaailmaan. Kunka voisin selvittää?

-Jere

33
Ubuntu tietokoneissa / Vs: Apache2 portti 80 ei toimi
« : 01.03.07 - klo:20.52 »
Ettei vain nettipalveluntarjoajasi sulkisi ko. portin.  :(

Tiedustelin asiaa ja väittivät (helpdesk) että ainoastaan portti 25 sisäänpäin on estetty... Alla lainaus.

"Hei,

Ainut rajoite on sisäänpäin portti 25 joka on smtp. Muuten täysin vapaa. Ongelmasi on Apache konffi tiedostossa."

-Jere

korjattu portti nro...

34
Ubuntu tietokoneissa / Apache2 portti 80 ei toimi
« : 01.03.07 - klo:19.44 »
Olen asentanut Ubuntu 6.06 LTS LAMP serverin ja ubuntu-desktopin. Ongelmana on Apache2:n weppi sivut jotka näkyvät serverillä sekä ip:llä että www.mydomain.fi osoitteella mutta ulkoverkosta ei näy. Jos vaihdan ports.conf tiedostoon Listen *:80 -> Listen *:8081 toimivat sivut myös ulkoa.

Miten ongelmaa pitäisi lähteä tutkimaan? Serverissä ei ole palomuuria päällä eikä se ole myöskään rautapalomuurin takana...

-Jere

35
Ubuntu tietokoneissa / Oma domain pystyyn.
« : 20.08.06 - klo:22.00 »
Hei!

Tarvitsen apua oman domainin pystyttämisessä. Tähän mennessä olen asentanut Ubuntu 6.06 LTS serverin ja laittanut siihen BIND9:än. Näitä konffailen etänä webmin ohjelmistolla. Minulla on kiinteä IP joka on annettu langattoman tukiasemani käyttöön. Sisäverkon käytössä on 192-luokan osoite jollainen on myös serverillä. Tukiasemassa on palomuuri ja siitä on NAT serverin osoitteelle. Domain-nimessä on ääkkösiä joten niiden tilalla käytetään xn-- tms. merkkejä. Serverini toimii (tai pitäisi toimia) domainin ensisijaisena DNS koneena. Toiset kaksi on zoneedit.com:in hallinnassa. Nämä kaikki kolme (minun kiinteä ip sekä zoneedit.com:in antamat) IP osoitetta on annettu ficoran sivuille.

Olen yrittänyt katsoa webmin ohjeita, mutta en tiedä mikä menee vikaan kun esim. http://www.dnsstuff.com/ herjaa seuraavaa:

FAIL
Open DNS servers   ERROR: One or more of your nameservers reports that it is an open DNS server. This usually means that anyone in the world can query it for domains it is not authoritative for (it is possible that the DNS server advertises that it does recursive lookups when it does not, but that shouldn't happen). This can cause an excessive load on your DNS server. Also, it is strongly discouraged to have a DNS server be both authoritative for your domain and be recursive (even if it is not open), due to the potential for cache poisoning (with no recursion, there is no cache, and it is impossible to poison it). Also, the bad guys could use your DNS server as part of an attack, by forging their IP address. Problem record(s) are:

Server xx.xxx.94.253 reports that it will do recursive lookups. [test]

FAIL
No NS A records at nameservers   WARNING: Your nameservers do not include any corresponding A records when asked for your NS records. They probably are not returning the A records when asked, which can prevent some other DNS servers from contacting your DNS servers. They should do this if they are authoritative for those A records. The problem record(s) are:

Nameserver xx.xxx.xxx.xxx did not provide IPs for all NS records.
Nameserver xx.xxx.xx.xx did not provide IPs for all NS records.

FAIL
NS agreement on SOA Serial #   ERROR: Your nameservers disagree as to which version of your DNS is the latest (1143365492 versus 2006081002). This is OK if you have just made a change recently, and your secondary DNS servers haven't yet received the new information from the master. I will continue the report, assuming that 2006081002 is the correct serial #. The serial numbers reported by each DNS server are:
xx.xx.xxx.xxx: 1143365492
xx.xxx.xx.xx: 1143365492
xx.xxx.94.253: 2006081002

Ilmeisesti tuo viimeinen kertoo ainakin sen ettei tiedot päivity serveristäni zoneedit.com:in palvelimille... Palomuuristani on avattu portti 53.

Lisätietoja (joita homman ratkaiseminen oletettavasti vaatii) anna mielelläni.

-Jere
 



36
Laitealue / Epson AcuLaser CX11N-sarjan monitoimilaitteet
« : 27.12.05 - klo:13.14 »
Mahtaako kyseistä laitetta saada Ubuntussa toimimaan? Toimiiko kaikki ominaisuudet?

37
Olen yritänyt saada DVB-C korttia toimimaan mutta ei onnistu. Ilmeisesti Video4Linux2 driverin asetukset eivät ole kunnossa kun otsikon mukainen herja tulee testattaessa videon oletuslähdettä (multimediajärjestelmien valitsimet). Miten ongelmaa pitäisi lähteä ratkomaan?

Jos oikein olen netistä katsonut pitäisi v4l2 tukea korttiani...

Alla muutama tuloste koneeltani.

lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP]
0000:00:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:00:09.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
0000:00:0b.0 USB Controller: NEC Corporation USB (rev 41)
0000:00:0b.1 USB Controller: NEC Corporation USB (rev 41)
0000:00:0b.2 USB Controller: NEC Corporation USB 2.0 (rev 02)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge
0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b)
0000:00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b)
0000:00:11.4 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b)
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 10)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV200 QW [Radeon 7500]


lsmod
Module                  Size  Used by
proc_intf               4100  0
freq_table              4100  0
cpufreq_userspace       4572  0
cpufreq_ondemand        6172  0
cpufreq_powersave       1920  0
radeon                 69760  1
drm                    59412  2 radeon
video                  16260  0
sony_acpi               6280  0
pcc_acpi               11264  0
button                  6800  0
battery                10244  0
container               4608  0
ac                      4996  0
ipv6                  229376  9
snd_via82xx            25248  2
snd_ac97_codec         64608  1 snd_via82xx
snd_pcm_oss            47652  1
snd_mixer_oss          16768  2 snd_pcm_oss
snd_pcm                84872  3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_timer              23300  1 snd_pcm
tsdev                   7488  0
snd_page_alloc          9604  2 snd_via82xx,snd_pcm
snd_mpu401_uart         7168  1 snd_via82xx
snd_rawmidi            22944  1 snd_mpu401_uart
snd_seq_device          8332  1 snd_rawmidi
snd                    50276  9 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               9824  3 snd
usbhid                 29376  0
uhci_hcd               30224  0
i2c_viapro              7436  0
via_ircc               24340  0
irda                  168000  1 via_ircc
crc_ccitt               2176  1 irda
ehci_hcd               29444  0
ohci_hcd               19848  0
usbcore               107384  5 usbhid,uhci_hcd,ehci_hcd,ohci_hcd
dvb_ttpci              71948  1
dvb_core               74408  1 dvb_ttpci
saa7146_vv             44544  2 dvb_ttpci
video_buf              20484  1 saa7146_vv
saa7146                17700  2 dvb_ttpci,saa7146_vv
v4l1_compat            13572  1 saa7146_vv
v4l2_common             5888  1 saa7146_vv
videodev                9728  2 saa7146_vv
ves1820                 5764  1 dvb_ttpci
stv0299                 9348  1 dvb_ttpci
tda8083                 5764  1 dvb_ttpci
stv0297                 7424  1 dvb_ttpci
sp8870                  7052  1 dvb_ttpci
firmware_class          9728  2 dvb_ttpci,sp8870
ves1x93                 6404  1 dvb_ttpci
ttpci_eeprom            2688  1 dvb_ttpci
i2c_core               21264  9 i2c_viapro,dvb_ttpci,ves1820,stv0299,tda8083,stv0297,sp8870,ves1x93,ttpci_eeprom
8139cp                 19200  0
8139too                24320  0
mii                     4736  2 8139cp,8139too
shpchp                 86116  0
pci_hotplug            30512  1 shpchp
via_agp                 9216  1
agpgart                31784  2 drm,via_agp
pcspkr                  3816  0
rtc                    12216  0
analog                 10784  0
gameport                4608  2 snd_via82xx,analog
floppy                 54864  0
evdev                   9088  0
md                     43856  0
dm_mod                 53116  1
capability              5000  0
commoncap               7808  1 capability
psmouse                19336  0
mousedev               11160  1
parport_pc             34372  1
lp                     10792  0
parport                33480  2 parport_pc,lp
ide_cd                 38532  0
cdrom                  36508  1 ide_cd
ext3                  120968  1
jbd                    54168  1 ext3
ide_generic             1664  0
via82cxxx              12956  1
ide_disk               18176  3
ide_core              118988  4 ide_cd,ide_generic,via82cxxx,ide_disk
unix                   26164  780
thermal                13576  0
processor              22708  1 thermal
fan                     4612  0
fbcon                  34048  0
font                    8448  1 fbcon
bitblit                 5120  1 fbcon
vesafb                  6948  0
cfbcopyarea             3968  1 vesafb
cfbimgblt               3072  1 vesafb
cfbfillrect             3584  1 vesafb


dmesg
Linux version 2.6.10-5-386 (buildd@terranova) (gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)) #1 Fri Sep 23 14:13:55 UTC 2005
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
 BIOS-e820: 000000003fff0000 - 000000003fff8000 (ACPI data)
 BIOS-e820: 000000003fff8000 - 0000000040000000 (ACPI NVS)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
Warning only 896MB will be used.
Use a HIGHMEM enabled kernel.
896MB LOWMEM available.
found SMP MP-table at 000fb880
On node 0 totalpages: 229376
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 225280 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 AMI                                   ) @ 0x000fa710
ACPI: RSDT (v001 AMIINT VIA_K7   0x00000010 MSFT 0x00000097) @ 0x3fff0000
ACPI: FADT (v001 AMIINT VIA_K7   0x00000011 MSFT 0x00000097) @ 0x3fff0030
ACPI: MADT (v001 AMIINT VIA_K7   0x00000009 MSFT 0x00000097) @ 0x3fff00c0
ACPI: DSDT (v001    VIA   VIA_K7 0x00001000 MSFT 0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 6:6 APIC version 16
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Built 1 zonelists
Kernel command line: root=/dev/hda1 ro quiet splash
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 65536 bytes)
Detected 1533.237 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 901916k/917504k available (1436k kernel code, 14980k reserved, 754k data, 224k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3039.23 BogoMIPS (lpj=1519616)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0383fbff c1cbfbff 00000000 00000020 00000000 00000000
CPU: AMD Athlon(tm) XP 1800+ stepping 02
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
ACPI: Looking for DSDT in initrd... not found!
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=-1
checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
Freeing initrd memory: 4300k freed
NET: Registered protocol family 16
EISA bus registered
PCI: PCI BIOS revision 2.10 entry at 0xfdb21, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20050211
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Via IRQ fixup
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Power Resource [URP1] (off)
ACPI: Power Resource [URP2] (off)
ACPI: Power Resource [FDDP] (off)
ACPI: Power Resource [LPTP] (off)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 *12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 10 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
** PCI interrupts are no longer routed automatically.  If this
** causes a device to stop working, it is probably because the
** driver failed to call pci_enable_device().  As a temporary
** workaround, the "pci=routeirq" argument restores the old
** behavior.  If this argument makes the device work again,
** please email the output of "lspci" to bjorn.helgaas@hp.com
** so I can fix the driver.
audit: initializing netlink socket (disabled)
audit(1128773322.822:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
input: AT Translated Set 2 keyboard on isa0060/serio0
EISA: Probing bus 0 at eisa0
EISA: Detected 0 cards.
NET: Registered protocol family 2
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
NET: Registered protocol family 8
NET: Registered protocol family 20
Restarting tasks...<6> Strange, kswapd0 not stopped
 Strange, kseriod not stopped
 done
ACPI wakeup devices:
PCI0 UAR1  USB USB1 USB2  AC9  MC9 ILAN SLPB
ACPI: (supports S0 S1 S4 S5)
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 4300KiB [1 disk] into ram disk... done.
VFS: Mounted root (cramfs filesystem) readonly.
Freeing unused kernel memory: 224k freed
ACPI: Processor [CPU1] (supports 16 throttling states)
NET: Registered protocol family 1
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8233 (rev 00) IDE UDMA100 controller on pci0000:00:11.1
    ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: IC35L120AVV207-1, ATA DISK drive
elevator: using anticipatory as default io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 1024KiB
hda: 241254720 sectors (123522 MB) w/7965KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
 /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 >
Probing IDE interface ide1...
hdc: HL-DT-ST DVDRAM GSA-4040B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
Stopping tasks: ==|
Freeing memory... done (458 pages freed)
Restarting tasks... done
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
Adding 2650684k swap on /dev/hda5.  Priority:-1 extents:1
EXT3 FS on hda1, internal journal
hdc: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
lp0: using parport0 (interrupt-driven).
mice: PS/2 mouse device common for all mice
Capability LSM initialized
device-mapper: 4.3.0-ioctl (2004-09-30) initialised: dm-devel@redhat.com
md: md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27
cdrom: open failed.
inserting floppy driver for 2.6.10-5-386
FDC 0 is a post-1991 82077
Real Time Clock Driver v1.12
input: PC Speaker
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA KT266/KY266x/KT333 chipset
agpgart: Maximum main memory to use for agp memory: 816M
agpgart: AGP aperture is 64M @ 0xe0000000
cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Evaluate _OSC Set fails. Status = 0x0005
pciehp: add_host_bridge: status 5
pciehp: Fails to gain control of native hot-plug
8139too Fast Ethernet driver 0.9.27
ACPI: PCI interrupt 0000:00:07.0[A] -> GSI 18 (level, low) -> IRQ 18
eth0: RealTek RTL8139 at 0xec00, 00:50:fc:ce:00:8e, IRQ 18
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Linux video capture interface: v1.00
saa7146: register extension 'dvb'.
ACPI: PCI interrupt 0000:00:09.0[A] -> GSI 16 (level, low) -> IRQ 16
saa7146: found saa7146 @ mem f8a9ec00 (revision 1, irq 16) (0x13c2,0x000a).
DVB: registering new adapter (Technotrend/Hauppauge WinTV Nexus-CA rev1.X).
adapter has MAC addr = 00:d0:5c:04:4b:53
dvb-ttpci: gpioirq unknown type=0 len=0
dvb-ttpci: info @ card 0: firm f0240009, rtsl b0250018, vid 71010068, app 8000261f
dvb-ttpci: firmware @ card 0 supports CI link layer interface
dvb-ttpci: adac type set to 0 @ card 0
saa7146_vv: saa7146 (0): registered device video0 [v4l2]
DVB: registering frontend 0 (ST STV0297 DVB-C)...
dvb-ttpci: found av7110-0.
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI interrupt 0000:00:0b.0[A] -> GSI 16 (level, low) -> IRQ 16
ohci_hcd 0000:00:0b.0: NEC Corporation USB
ohci_hcd 0000:00:0b.0: irq 16, pci mem 0xdfffd000
ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ACPI: PCI interrupt 0000:00:0b.1 -> GSI 17 (level, low) -> IRQ 17
ohci_hcd 0000:00:0b.1: NEC Corporation USB (#2)
ohci_hcd 0000:00:0b.1: irq 17, pci mem 0xdfffe000
ohci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:0b.2[C] -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:0b.2: NEC Corporation USB 2.0
ehci_hcd 0000:00:0b.2: irq 18, pci mem 0xdffffe00
ehci_hcd 0000:00:0b.2: new USB bus registered, assigned bus number 3
ehci_hcd 0000:00:0b.2: USB 2.0 initialized, EHCI 0.95, driver 26 Oct 2004
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 5 ports detected
irda_init()
NET: Registered protocol family 23
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:11.2[D] -> GSI 5 (level, low) -> IRQ 5
uhci_hcd 0000:00:11.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
uhci_hcd 0000:00:11.2: irq 5, io base 0xdc00
uhci_hcd 0000:00:11.2: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:11.3[D] -> GSI 5 (level, low) -> IRQ 5
uhci_hcd 0000:00:11.3: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#2)
uhci_hcd 0000:00:11.3: irq 5, io base 0xe000
uhci_hcd 0000:00:11.3: new USB bus registered, assigned bus number 5
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:11.4[D] -> GSI 5 (level, low) -> IRQ 5
uhci_hcd 0000:00:11.4: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#3)
uhci_hcd 0000:00:11.4: irq 5, io base 0xe400
uhci_hcd 0000:00:11.4: new USB bus registered, assigned bus number 6
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
usb 4-1: new low speed USB device using uhci_hcd and address 2
usbcore: registered new driver hiddev
input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:11.2-1
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:11.2-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
ts: Compaq touchscreen protocol output
via82xx: Assuming DXS channels with 48k fixed sample rate.
         Please try dxs_support=1 or dxs_support=4 option
         and report if it works on your machine.
ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:11.5 to 64
NET: Registered protocol family 10
Disabled Privacy Extensions on device c02f0500(lo)
IPv6 over IPv4 tunneling driver
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
ibm_acpi: ec object not found
apm: BIOS not found.
[drm] Initialized drm 1.0.0 20040925
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[drm] Initialized radeon 1.14.0 20050125 on minor 0: ATI Technologies Inc Radeon RV200 QW [Radeon 7500]
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
drivers/usb/input/hid-input.c: event field not found
drivers/usb/input/hid-input.c: event field not found
eth0: no IPv6 routers present


-Jere

38
Oppaiden kehittäminen / Re: Ohjetoiveet
« : 12.09.05 - klo:14.25 »
DVB-C kortin ajurien asennus / tarkistus. MythTV, VDR yms. ohjelmiston asennus ja kanavien haku.

39
Ubuntu tietokoneissa / linux software raid5
« : 14.07.05 - klo:14.00 »
Millä saan webmin:llä luodun raid5 pysyväksi? Nyt kun käynnistän koneen joudun luomaan kyseisen "levypakan" uudestaan.

Nyt luon md0:an seuraavalla komennolla ja sitten käytän webadminia itse RAID5:sen luomiseen ja mounttaamiseen.

mknod /dev/md0 b 9 0

-Jere

40
Laitealue / Ubuntu ja PVR (ATI All in Wonder 8500DV)
« : 05.07.05 - klo:14.53 »
Hei!

Olisi tarkoitus siirtää PVR Windows:in puolelta Ubuntuun mutta ongelmaksi tulee TV kortin toimimattomuus. Ati:n All in Wonder 8500DV:n TV viritin ei löydy/toimi. Onko kukaan saannut sitä toimimaan vai onko edessä uuden tv-kortin hankkiminen?

Mitä ohjelmistoja suosittelette PVR virittelyyn?

-Jere

Sivuja: 1 [2]