Почетак › Форуми › Линукс дистрибуције › Arch,Manjaro,… › Arch update i programi ??
- This topic has 29 одговора, 5 гласова, and was last updated 17 years раније by foxbunny.
-
АуторЧланци
-
7. октобар 2007. у 5:29 pm #9354nucleuswizardУчесник
Zanima me da li postoji mogucnost da se sacuva update i svi programi koje skinem i instaliram pa onda da napravim svoj repo?
Pitam zbog toga sto bih instalirao na dve tri masine pa mi se ne skida svaki put ?
I jos jedno pitanje mada nije vezano za ovu temu,zasto Arch linux nema posebnu sekciju,mislim posto je to potpuno drugaciji sistem,odnosno ima svoj build sistem,paket menadzer i drugo a i ne znam gde da postavljam ovakva pitanja?7. октобар 2007. у 8:13 pm #63507foxbunnyУчесникNaravno da postoji. 😀
Skinuti paketi se nalaze ovde:
/var/cache/pacman/pkg
Pre nego što te pakete iskopiraš u direktorijum koji ćeš pretvoriti u svoj repo, bilo bi dobro da očistiš lokalni cache od starih paketa.
[code]# pacman -Sc
Do you want to remove old packages from cache? [Y/n] y
removing old packages from cache… done.[/code]E sad. Recimo da praviš svoj repozitorijum u /root/custom_repo direktorijumu.
[code]#mkdir /root/custom_repo
#cp /var/cache/pacman/pkg/*.pkg.tar.gz /root/custom_repo/
#repo-add /root/custom_repo/repo.db.tar.gz /root/custom_repo/*.pkg.tar.gz[/code]Kada to završiš, možeš da dodaš svoj repo u /etc/pacman.conf:
[code][custom]
Server = file:///root/custom_repo[/code]Obrati pažnju: 3 kose crte posle file: i bez kose crte na kraju.
Detaljnije imaš na wiki stranici ArchWikija[/url].
8. октобар 2007. у 9:06 pm #63508nucleuswizardУчесникSada imam drugi problem,posto imam ADSL ruter tp-8840 i preko njega sam povezan na net,kada udjem na arch on nece da se updatuje jer nece da prepozna mrezu tako da moram da mu editujem /etc/rc.conf i u liniji eth0 dodam moju ip… ali ja to ocigledno ne znam.Na winu mi je
npr.
IP adresa 192.168.1.2
Subnet mask 255.255.255.0
Default getaway 192.168.1.1Pref. DNS 192.168.1.1
Moje pitanj je gde ovo zapisujem u /etc/rc.conf i kako onda da testiram da li mi radi internet
8. октобар 2007. у 9:39 pm #63509ВладимирУчесникPošto imaš ruter, to bi otprilike trebalo ovako da izgleda u rc.conf-u(piše ti)
[code]
HOSTNAME=”Zver”
#
# Use ‘ifconfig -a’ or ‘ls /sys/class/net/’ to see all available
# interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# – prefix an entry in INTERFACES with a ! to disable it
# – no hyphens in your interface names – Bash doesn’t like it
#
# Note: to use DHCP, set your interface to be “dhcp” (eth0=”dhcp”)
#
lo=”lo 127.0.0.1″
eth0=”dhcp”
INTERFACES=(lo eth0)
[/code]Sa [code]ifconfig eth0[/code] vidiš parametre veze, a sa [code]ping http://www.linuxo.org[/code%5D(ili sa firefoxom :)) vidiš da li ti radi Internet(sa velikim I :))
8. октобар 2007. у 10:28 pm #63510nucleuswizardУчесникPrvo,ja sam jos u konzoli jer pokusavam da pokrenem update pa da instaliram hal,fam kdemod jer nemam nista.Drugo uradio sam kako si mi rekao ali sada prijavljuje gresku kada se dize
Error eth0: timed out
mozda treba da unesem kao na win,ali gde ip i ovo ostalo?
A zaboravio sam da pomenem da kada sam pokrenuo PClinux LIve samo me je pitao za ip i sve one gluposti kao kod wina i odmah po dizanju kartica je radila
9. октобар 2007. у 4:10 am #63511crveni1УчесникHmmm statička IP adresa, to ti se podešava tamo gde ti piše dhcp, umesto njega treba da ide nešto tipa:
eth0 = “192.168.1.2 subnetmask 255.255.255.0 bradcasting 192.168.1.0”
gateway “192.168.1.1”Priznajem da ovo pišem iz glave. U svakom slučaju “Zeko” je tu da me koriguje.
9. октобар 2007. у 7:53 am #63512nucleuswizardУчесникPa kada enablujem defauflt gw tako sto sklonim u liniji ! onda kada restartujem prijavljuje gresku SIOCDELRT: No such proces.Sve moguce sam probao i dalje ne radi,cak mi je i na fedori u toku instalacije prepoznalo net bez obzira sto nisam nista pisao za adrese
9. октобар 2007. у 9:32 am #63513foxbunnyУчесникPostuj ovo i na bbs.archlinux.org. Ako ti treba pomoć, javni mi.
U međuvremenu, daj nam rezultate sledećeg:
[code]#cat /etc/rc.conf[/code]
[code]#ifconfig[/code]
[code]#dmesg[/code]
Pogledaj i ovde:
http://wiki.archlinux.org/index.php/Configuring_network#For_Static_IP
http://bbs.archlinux.org/viewtopic.php?id=38238 (pazljivo procitaj sve i proveri koje IP adrese idu gde. Mozda si nesto pogresno ukucao kod sebe.
Sorry, ja sad malo lupam posto nikad nisam imao staticku adresu. Precesljacu malo Arch forume, a ti postuj tamo, pa vidi da li drugi Archeri mogu da ti pomognu.
E da. Ako u medjuvremenu budes imao potrebe da instaliras pakete dok si off-line, komentuj sve repozitorijume osim tvog custom repoa.
9. октобар 2007. у 12:54 pm #63514nucleuswizardУчесникEvo ovo sto si trazio
[code]eth0 Link encap:Ethernet HWaddr 00:17:A4:D5:E5:12
inet addr:169.254.107.122 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:16
[/code][code]Linux version 2.6.22-ARCH (root@workstation64) (gcc version 4.2.1) #1 SMP PREEMPT Fri Aug 31 19:54:09 UTC 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 – 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 – 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 – 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 – 000000004f7d0000 (usable)
BIOS-e820: 000000004f7d0000 – 000000004f7e5600 (reserved)
BIOS-e820: 000000004f7e5600 – 000000004f7f8000 (ACPI NVS)
BIOS-e820: 000000004f7f8000 – 000000004f800000 (reserved)
BIOS-e820: 00000000fec00000 – 00000000fec01000 (reserved)
BIOS-e820: 00000000fed20000 – 00000000fed9b000 (reserved)
BIOS-e820: 00000000feda0000 – 00000000fedc0000 (reserved)
BIOS-e820: 00000000fee00000 – 00000000fee01000 (reserved)
BIOS-e820: 00000000ffb00000 – 00000000ffc00000 (reserved)
BIOS-e820: 00000000fff00000 – 0000000100000000 (reserved)
375MB HIGHMEM available.
896MB LOWMEM available.
Entering add_active_range(0, 0, 325584) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
HighMem 229376 -> 325584
early_node_map[1] active PFN ranges
0: 0 -> 325584
On node 0 totalpages: 325584
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1760 pages used for memmap
Normal zone: 223520 pages, LIFO batch:31
HighMem zone: 751 pages used for memmap
HighMem zone: 95457 pages, LIFO batch:31
DMI 2.4 present.
ACPI: RSDP 000F7B60, 0024 (r2 HP )
ACPI: XSDT 4F7E57C4, 0074 (r1 HPQOEM SLIC-MPC 1 HP 1)
ACPI: FACP 4F7E5684, 00F4 (r4 HP 30A2 3 HP 1)
ACPI: DSDT 4F7E5AC0, F9A0 (r1 HP nx7400 10000 MSFT 100000E)
ACPI: FACS 4F7F7E80, 0040
ACPI: SLIC 4F7E5838, 0176 (r1 HPQOEM SLIC-MPC 1 HP 1)
ACPI: HPET 4F7E59B0, 0038 (r1 HP 30A2 1 HP 1)
ACPI: APIC 4F7E59E8, 0068 (r1 HP 30A2 1 HP 1)
ACPI: MCFG 4F7E5A50, 003C (r1 HP 30A2 1 HP 1)
ACPI: TCPA 4F7E5A8C, 0032 (r2 HP 30A2 1 HP 1)
ACPI: SSDT 4F7F5460, 032A (r1 HP HPQPAT 1 MSFT 100000E)
ACPI: SSDT 4F7F578A, 04CB (r1 HP Cpu0Cst 3001 INTL 20060317)
ACPI: SSDT 4F7F5C55, 025F (r1 HP Cpu0Tst 3000 INTL 20060317)
ACPI: SSDT 4F7F5EB4, 04D7 (r1 HP CpuPm 3000 INTL 20060317)
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 6:14 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, 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 high 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
ACPI: HPET id: 0x8086a201 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 4f800000:af400000)
Built 1 zonelists. Total pages: 323041
Kernel command line: root=/dev/sda3 ro vga=773
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Enabling fast FPU save and restore… done.
Enabling unmasked SIMD FPU exception support… done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 1729.179 MHz processor.
Console: colour dummy device 80×25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1284668k/1302336k available (2393k kernel code, 16416k reserved, 783k data, 304k init, 384832k highmem)
virtual kernel memory layout:
fixmap : 0xfff82000 – 0xfffff000 ( 500 kB)
pkmap : 0xff800000 – 0xffc00000 (4096 kB)
vmalloc : 0xf8800000 – 0xff7fe000 ( 111 MB)
lowmem : 0xc0000000 – 0xf8000000 ( 896 MB)
.init : 0xc0421000 – 0xc046d000 ( 304 kB)
.data : 0xc035641f – 0xc041a1bc ( 783 kB)
.text : 0xc0100000 – 0xc035641f (2393 kB)
Checking if this processor honours the WP bit even in supervisor mode… Ok.
Calibrating delay using timer specific routine.. 3462.38 BogoMIPS (lpj=5768608)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 0000c109 00000000 00000000
monitor/mwait feature present.
using mwait in idle threads.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 1024K
CPU: After all inits, caps: afe9fbff 00100000 00000000 00002940 0000c109 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking ‘hlt’ instruction… OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 11k freed
Early unpacking initramfs… done
ACPI: Core revision 20070126
ACPI: Looking for DSDT in initramfs… error, file /DSDT.aml not found.
CPU0: Intel(R) Celeron(R) M CPU 430 @ 1.73GHz stepping 0c
Total of 1 processors activated (3462.38 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Brought up 1 CPUs
HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: BIOS Bug: MCFG area at f8000000 is not E820-reserved
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 2.10 entry at 0xf0322, last bus=32
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [C002] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
PCI quirk: region 1100-113f claimed by ICH6 GPIO
PCI: Transparent bridge – 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [_SB_.C002._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.C002.C098._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.C002.C104._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.C002.C114._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.C002.C11A._PRT]
ACPI: PCI Interrupt Link [C110] (IRQs *10 11)
ACPI: PCI Interrupt Link [C111] (IRQs 10 *11)
ACPI: PCI Interrupt Link [C112] (IRQs 10 *11)
ACPI: PCI Interrupt Link [C113] (IRQs *10 11)
ACPI: PCI Interrupt Link [C12C] (IRQs *10 11)
ACPI: PCI Interrupt Link [C12D] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [C12E] (IRQs 10 11) *0, disabled.
ACPI Exception (pci_link-0179): AE_NOT_FOUND, Evaluating _PRS [20070126]
ACPI: Power Resource [C21D] (on)
ACPI: Power Resource [C226] (off)
ACPI: Power Resource [C320] (off)
ACPI: Power Resource [C321] (off)
ACPI: Power Resource [C322] (off)
ACPI: Power Resource [C323] (off)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 12 devices
ACPI: ACPI bus type pnp unregistered
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
PCI: If a device doesn’t work, try “pci=routeirq”. If it helps, post a report
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
ACPI: RTC can wake from S4
pnp: 00:00: iomem range 0x0-0x9ffff could not be reserved
pnp: 00:00: iomem range 0xe0000-0xfffff could not be reserved
pnp: 00:00: iomem range 0x100000-0x4f7fffff could not be reserved
pnp: 00:09: iomem range 0xffb00000-0xffbfffff could not be reserved
pnp: 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
pnp: 00:0a: ioport range 0x4d0-0x4d1 has been reserved
pnp: 00:0a: ioport range 0x1000-0x107f has been reserved
pnp: 00:0a: ioport range 0x1100-0x113f has been reserved
pnp: 00:0a: ioport range 0x1200-0x121f has been reserved
pnp: 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
pnp: 00:0a: iomem range 0xfec00000-0xfec000ff could not be reserved
pnp: 00:0a: iomem range 0xfed20000-0xfed3ffff could not be reserved
pnp: 00:0a: iomem range 0xfed45000-0xfed8ffff could not be reserved
pnp: 00:0b: iomem range 0xfeda0000-0xfedbffff could not be reserved
pnp: 00:0b: iomem range 0xfee00000-0xfee00fff could not be reserved
Time: tsc clocksource has been installed.
PCI: Bridge: 0000:00:1c.0
IO window: disabled.
MEM window: disabled.
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.1
IO window: disabled.
MEM window: f4000000-f40fffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.3
IO window: 2000-3fff
MEM window: f0000000-f3ffffff
PREFETCH window: disabled.
PCI: Bus 3, cardbus bridge: 0000:02:06.0
IO window: 00005000-000050ff
IO window: 00005400-000054ff
PREFETCH window: 50000000-53ffffff
MEM window: 54000000-57ffffff
PCI: Bridge: 0000:00:1e.0
IO window: 5000-5fff
MEM window: f4100000-f43fffff
PREFETCH window: 50000000-53ffffff
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.1 -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1c.1 to 64
ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1c.3 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
ACPI: PCI Interrupt 0000:02:06.0[A] -> GSI 18 (level, low) -> IRQ 19
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
checking if image is initramfs…Switched to high resolution mode on CPU 0
it is
Freeing initrd memory: 1579k freed
apm: BIOS not found.
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Installing knfsd (copyright (C) 1996 [email protected]).
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:00:02.0
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.0:pcie00]
Allocate Port Service[0000:00:1c.0:pcie02]
PCI: Setting latency timer of device 0000:00:1c.1 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.1:pcie00]
Allocate Port Service[0000:00:1c.1:pcie02]
PCI: Setting latency timer of device 0000:00:1c.3 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.3:pcie00]
Allocate Port Service[0000:00:1c.3:pcie02]
vesafb: framebuffer at 0xe0000000, mapped to 0xf8880000, using 1536k, total 7872k
vesafb: mode is 1024x768x8, linelength=1024, pages=9
vesafb: protected mode interface info at 00ff:44f0
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
Console: switching to colour frame buffer device 128×48
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards…
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: module loaded
input: Macintosh mouse button emulation as /class/input/input0
PNP: PS/2 Controller [PNP0303:C21A,PNP0f13:C21B] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
Freeing unused kernel memory: 304k freed
libata version 2.21 loaded.
ata_piix 0000:00:1f.2: version 2.11
ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
ACPI: PCI Interrupt 0000:00:1f.2 -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.2 to 64
scsi0 : ata_piix
input: AT Translated Set 2 keyboard as /class/input/input1
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x000140a0 irq 14
ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x000140a8 irq 15
ata1.00: ATA-7: ST980811AS, 3.BHD, max UDMA/100
ata1.00: 156301488 sectors, multi 16: LBA48
ata1.00: configured for UDMA/100
ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T10N, PC05, max MWDMA2
ata2.00: configured for MWDMA2
scsi 0:0:0:0: Direct-Access ATA ST980811AS 3.BH PQ: 0 ANSI: 5
scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T10N PC05 PQ: 0 ANSI: 5
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1d.0: irq 20, io base 0x00004020
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1 -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.1: irq 17, io base 0x00004040
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
sda: sda1 sda2 sda3 sda4
sd 0:0:0:0: [sda] Attached SCSI disk
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.2: irq 19, io base 0x00004060
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.3: irq 18, io base 0x00004080
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 20, io mem 0xf4584000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 8 ports detected
ReiserFS: sda3: found reiserfs format “3.6” with standard journal
ReiserFS: sda3: using ordered data mode
ReiserFS: sda3: journal params: device sda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sda3: checking transaction log (sda3)
ReiserFS: sda3: replayed 3 transactions in 0 seconds
ReiserFS: sda3: Using r5 hash to sort names
b44.c:v1.01 (Jun 16, 2006)
ACPI: PCI Interrupt 0000:02:0e.0[A] -> GSI 16 (level, low) -> IRQ 16
eth0: Broadcom 4400 10/100BaseT Ethernet 00:17:a4:d5:e5:12
ieee80211_crypt: registered algorithm ‘NULL’
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
bcm43xx driver
ACPI: PCI Interrupt 0000:10:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:10:00.0 to 64
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1b.0 to 64
ACPI: AC Adapter [C1BC] (on-line)
ACPI: Battery Slot [C1BE] (battery present)
ACPI: Battery Slot [C1BD] (battery absent)
input: Power Button (FF) as /class/input/input2
ACPI: Power Button (FF) [PWRF]
input: Sleep Button (CM) as /class/input/input3
ACPI: Sleep Button (CM) [C243]
input: Lid Switch as /class/input/input4
ACPI: Lid Switch [C23C]
ACPI: Transitioning device [C324] to D3
ACPI: Transitioning device [C324] to D3
ACPI: Fan [C324] (off)
ACPI: Transitioning device [C325] to D3
ACPI: Transitioning device [C325] to D3
ACPI: Fan [C325] (off)
ACPI: Transitioning device [C326] to D3
ACPI: Transitioning device [C326] to D3
ACPI: Fan [C326] (off)
ACPI: Transitioning device [C327] to D3
ACPI: Transitioning device [C327] to D3
ACPI: Fan [C327] (off)
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI: Thermal Zone [TZ0] (34 C)
ACPI: Thermal Zone [TZ1] (35 C)
ACPI: Thermal Zone [TZ2] (26 C)
Marking TSC unstable due to: possible TSC halt in C2.
Time: hpet clocksource has been installed.
ACPI: Thermal Zone [TZ3] (28 C)
ACPI: Thermal Zone [TZ4] (55 C)
Linux agpgart interface v0.102 (c) Dave Jones
agpgart: Detected an Intel 945GM Chipset.
agpgart: Detected 7932K stolen memory.
agpgart: AGP aperture is 256M @ 0xe0000000
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 1:0:0:0: Attached scsi generic sg1 type 5
intel_rng: FWH not detected
Yenta: CardBus bridge found at 0000:02:06.0 [103c:30a2]
Yenta: Enabling burst memory read transactions
Yenta: Using INTVAL to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:02:06.0, mfunc 0x01011b22, devctl 0x64
Yenta: ISA IRQ mask 0x0cf8, PCI irq 19
Socket status: 30000006
Yenta: Raising subordinate bus# of parent bus (#02) from #03 to #06
pcmcia: parent PCI bridge I/O window: 0x5000 – 0x5fff
cs: IO port probe 0x5000-0x5fff: clean.
pcmcia: parent PCI bridge Memory window: 0xf4100000 – 0xf43fffff
pcmcia: parent PCI bridge Memory window: 0x50000000 – 0x53ffffff
ACPI: PCI Interrupt 0000:02:06.1 -> GSI 19 (level, low) -> IRQ 18
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18] MMIO=[f4101000-f41017ff] Max Packet=[2048] IR/IT contexts=[4/8]
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x2580b1, caps: 0xa04793/0x300000
serio: Synaptics pass-through port at isa0060/serio4/input0
input: SynPS/2 Synaptics TouchPad as /class/input/input5
rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k
input: PC Speaker as /class/input/input6
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: clean.
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
Adding 1224712k swap on /dev/sda4. Priority:-1 extents:1 across:1224712k
Clocksource tsc unstable (delta = -492140021 ns)[/code]
[code]#
# /etc/rc.conf – Main Configuration for Arch Linux
##
# ———————————————————————–
# LOCALIZATION
# ———————————————————————–
#
# LOCALE: available languages can be listed with the ‘locale -a’ command
# HARDWARECLOCK: set to “UTC” or “localtime”
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE=”en_US.utf8″
HARDWARECLOCK=”localtime”
TIMEZONE=”Canada/Pacific”
KEYMAP=”us”
CONSOLEFONT=
CONSOLEMAP=
USECOLOR=”yes”#
# ———————————————————————–
# HARDWARE
# ———————————————————————–
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD=”yes”
# Module Blacklist – modules in this list will never be loaded by udev
MOD_BLACKLIST=()
#
# Modules to load at boot-up (in this order)
# – prefix a module with a ! to blacklist it
#
MODULES=(b44 mii bcm43xx snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM=”no”#
# ———————————————————————–
# NETWORKING
# ———————————————————————–
#
HOSTNAME=”localhost”
#
# Use ‘ifconfig -a’ or ‘ls /sys/class/net/’ to see all available
# interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# – prefix an entry in INTERFACES with a ! to disable it
# – no hyphens in your interface names – Bash doesn’t like it
#
# Note: to use DHCP, set your interface to be “dhcp” (eth0=”dhcp”)
#
lo=”lo 127.0.0.1″
eth0=”dhcp”
INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# – prefix an entry in ROUTES with a ! to disable it
#
gateway=”default gw 192.168.1.1″
ROUTES=(!gateway)
#
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# – set to ‘menu’ to present a menu during boot-up (dialog package required)
# – prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
#NET_PROFILES=(main)#
# ———————————————————————–
# DAEMONS
# ———————————————————————–
#
# Daemons to start at boot-up (in this order)
# – prefix a daemon with a ! to disable it
# – prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng network netfs crond)# End of file
[/code]
9. октобар 2007. у 1:42 pm #63515dukenukem_4dУчесникADSL ruter tp-8840
ovaj tp-8840 ,na xp ,da li si siguran da je u router modu?
(nedavno je bila tema.. tp-8840 po default- fabricki dolazi u bridge modu,valjda
ali radi i kao router pa kako kome odgovara da se postavi..)jer preko eth0 uopste nista ne prolazi rx = 0 tx = 0
ako mozes na xp da udjes u web konfiguraciju ,onda znaci da je u router-modu
cini mi se da ima utility na sajtu proizvodjaca kojim ga prebacujes iz jednog u drugi
ali moze i da ga ovde na linuxu podesis preko pppoe,alternativno
na xp ipconfig all u komand.promptu pokazuje ip adresusa druge strane gledano ,mozda samo fali ispravna ip adresa ,jer je podesen na
inet addr:169.254.107.122
-
АуторЧланци
Мораш бити пријављен да би поставио коментар у овој теми.