Results 1 to 30 of 90
Thread: The Archlinux thread
-
03-03-2008, 02:53 PM #1
The Archlinux thread
i successfully installed arch linux but am unable to configure the network.
my realtek ethernet controller uses r8169 module.module loads but card is not detected.
under ubuntu,
givesCode:dmesg | grep r8169
but the same gives no output under arch.help me.Code:[ 24.262045] r8169 Gigabit Ethernet driver 2.2LK loaded [ 32.373381] r8169: eth0: link up [ 32.373390] r8169: eth0: link up
i want my dataone working.http://abhinandh.com
-
03-03-2008, 03:16 PM #218 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
Re: problem with network in arch linux
Show the output of
Code:ifconfig
Code:lspci
http://www.bash.org/?258908
-
03-03-2008, 03:38 PM #3
Re: problem with network in arch linux
Offtopic:
Dude, hows arch linux?
Wanted to try it for quite some time now,
just cant get the free time to do it.
Regards,
rayDo what you will; but not because you must. -- Zen Quote
-
03-03-2008, 03:57 PM #4
-
03-03-2008, 04:00 PM #5
Re: problem with network in arch linux
Offtopic again:
How much difference in memory consumption can you see,
between kde and kdemod?Do what you will; but not because you must. -- Zen Quote
-
03-03-2008, 04:06 PM #6
Re: problem with network in arch linux
ifconfig gives no output
lspci
Code:00:00.0 Host bridge: Intel Corporation 945G/P Memory Controller Hub (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 945G Integrated Graphics Controller (rev 02) 00:1b.0 Class 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) 00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controllers cc=IDE (rev 01) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01) 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. Unknown device 8136 (rev 01)
http://abhinandh.com
-
03-03-2008, 04:08 PM #7
Re: problem with network in arch linux
Hope this helps,
http://bbs.archlinux.org/viewtopic.php?id=41481
Regards,
rayDo what you will; but not because you must. -- Zen Quote
-
03-03-2008, 04:08 PM #8
-
03-03-2008, 04:16 PM #918 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
Re: problem with network in arch linux
It's detected all right. See
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. Unknown device 8136 (rev 01)http://www.bash.org/?258908
-
03-03-2008, 04:17 PM #10
-
03-03-2008, 04:17 PM #1118 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
Re: problem with network in arch linux
Now. How do you connect to internet?
http://www.bash.org/?258908
-
03-03-2008, 04:25 PM #12
Re: problem with network in arch linux
Last edited by abhinandh; 03-03-2008 at 04:25 PM. Reason: Automerged Doublepost
http://abhinandh.com
-
03-03-2008, 05:56 PM #13
Re: problem with network in arch linux
^ "ifconfig -a" will give u the available network.
in a root terminal "ifconfig eth0 up" will bring up eth0 -if it is ur lan interface.also loopback interface also must be up.
I am also lurking for a good kde distro.
If it is a gnome distro like Ubuntu,I completely removes qt libs(libqt3..) from it.
likewise,is it possible in any kde distro to completely purge gtk libs?
I dont think so esp in opensuse,kubuntu,fedora etc.
will have to look what arch linux has got
@abhinandh:did u installed it via ftp method?
I am gonna try tonight .already downloaded the ftp-iso of rc-iso Archlinux-i686-2007.11-0.4.ftp.iso
I am not familiar with pacman.but lets see.I am sure,archlinux will be much faster than other distros as it is gonna optimize the build.Last edited by praka123; 03-03-2008 at 05:56 PM. Reason: Automerged Doublepost
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
04-03-2008, 07:56 AM #14
-
04-03-2008, 08:03 AM #15
Re: problem with network in arch linux
I have completed core installation.now I have to configure rp-pppoe on arch.the bad thing is pppoe is not installed on default install
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
04-03-2008, 08:10 AM #16
-
04-03-2008, 08:16 AM #17
Re: problem with network in arch linux
^it is NOT available.I had installed using rc-iso(latest).although pppoe-setup I configured in Live cd,but not able to get it in hdd install.
looks like I have to manually add repositories,sync and install all those.
did u have testing repo enabled?
my /etc/pacman.conf looks like this:
^NOte that I have to add repositories.Code:# # Testing is disabled by default. To enable, uncomment the following # two lines. You can add preferred servers immediately after the header, # and they will be used before the default mirrors. #[testing] #Include = /etc/pacman.d/mirrorlist [core] # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist [extra] # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist [community] # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist # Unstable is disabled by default. To enable, uncomment the following # two lines. You can add preferred servers immediately after the header, # and they will be used before the default mirrors. #[unstable] #Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #Server = file:///home/custompkgs # [kdemod] Server = http://kdemod.ath.cx/repo/current/i686
and my net is so sloww this morning
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
04-03-2008, 04:15 PM #18
Re: problem with network in arch linux
@prakash, everything now workin.
installed x, firefox and should install kdemod
my first post from arch!!!!http://abhinandh.com
-
04-03-2008, 08:51 PM #19
Re: problem with network in arch linux
^congrats.I have finished archlinux yesterday,though I have to reinstall for the reason of not installing rp-pppoe package.I have used ftp method for installation,cheap and best
.
Now,tonight gonna install X,kdemod et al.
and what about ABS?didja tried?
BTW,pacman remembers conary experience I had with foresight linux loong back!left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
04-03-2008, 09:28 PM #20
-
04-03-2008, 09:31 PM #21
Re: problem with network in arch linux
donno.kdemod means kde in modular form,ie,u install only needed packages,not whole kde mess!
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
04-03-2008, 09:43 PM #22
Re: problem with network in arch linux
alsa not workin on intel hidef audio.
jus checked.kdemod is ~400mb install.so have to install it in the happy hours.Code:alsamixer: function snd_mixer_load failed
Last edited by abhinandh; 04-03-2008 at 09:43 PM. Reason: Automerged Doublepost
http://abhinandh.com
-
04-03-2008, 10:13 PM #23
Re: problem with network in arch linux
u have to modprobe necessary modules.that u can find it via
"lsmod" command in ur Ubuntu or any livecd which detects ur audio.
BTW,just found my archlinux went corrupt,have to reinstall as UPS failed when power went off and now arch is complaining that only read is allowed
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
04-03-2008, 10:19 PM #2418 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
Re: problem with network in arch linux
Maybe you just need to remount it as ro in single user mode and run fsck to correct errors.
fsck -y should help if there are too many errors.http://www.bash.org/?258908
-
04-03-2008, 10:22 PM #25
Re: problem with network in arch linux
^I had already tried fsck -fvy via my Debian Sid.arch simply failed.
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
04-03-2008, 11:03 PM #26
Re: problem with network in arch linux
Abhinandh can you post an installation guide.. I mean installing all that stuff like X11 and all.. I installed Arch but there was nothing I had to compile everything by my own but I didn't knew a single command

You 1'st have to install KDE then one will install KDE Mod.. ALso I can configure my Kubuntu better than KDE Mod..
Or same just like KDE mod
Like same translucent panel and all
Last edited by Dark Star; 04-03-2008 at 11:03 PM. Reason: Automerged Doublepost
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
-
04-03-2008, 11:34 PM #27
Re: problem with network in arch linux
^but they(kdemod) asked first to purge all ur kde,qt libs before going for kdemod.check their page
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
05-03-2008, 03:16 AM #28
Re: problem with network in arch linux
_ _ _ _ _ _ _ _ _ _ _
@abhinandh:kaise chal raha hey?I am having very low speeds @11KB/s to max 35KB/s in all mirrors while downloading
which mirror are u using?
did u tried rankmirror script?
I am downloading Xorg,nvidia driver,vim etc now
the dataone speed sux
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
05-03-2008, 10:30 AM #29
Re: problem with network in arch linux
________________________________
OK.finished installing archlinux(Arch Linux (Core Dump) as per /etc/issue) with kdemod 8) .it was a PITA with night bb getting as low as 11KB/s speeds
now everything is fine.below is my screenshot of default(wallpaper changed) installation.yeah,I am very new to kde
yes,it is kdemod,thanks to the devels for that!where is @darkstar ?

aur haan-it is booting very fast much faster than ubuntu gutsy,a bit faster than my stock Debian Sid
:
I am gonna try kde for some time.too much accustomed with Gnome
pacman is a good package manager.there may be gui frontends,but I have not tried.mirrors are painfullly slow at Happy hours.
@abhinandh:there is some bugs in new installation:
u have to "chmod 1777 /tmp" ur directory and edit /etc/pacman.d/mirrorlist and in bottom,correct the entry as:
I am using firefox3beta from their repositories.there are lot of user built packages available along with ABS(yet to try!).Code:Setup-Entry Server = http://mirror.neotuli.net/arch/$repo/os/i686
a perfect kde distro(better than suse!)left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
05-03-2008, 02:41 PM #30
Re: problem with network in arch linux
great prakash.me gettin good speeds ~205 from Australia mirrors(after rankmirrors script).i installed kdemod too.it's better than stock kde.
@darkstar, try this guide.it is fairly simple.
http://wiki.archlinux.org/index.php/Beginners_Guide
prakash, usin i686 or x86_64?me using x86_64.Last edited by abhinandh; 05-03-2008 at 02:47 PM.
http://abhinandh.com
Similar Threads
-
Archlinux: KDEmod crashes without warning, back to login screen
By gary4gar in forum Open SourceReplies: 3Last Post: 14-12-2008, 02:43 PM -
Tried to update kernel and nvidia driver in Archlinux. Cant start X now
By hullap in forum Open SourceReplies: 3Last Post: 19-10-2008, 06:18 PM -
Presenting Wallpaper: Archlinux: As simple as a stick
By hullap in forum Open SourceReplies: 26Last Post: 18-10-2008, 09:15 PM -
Life on the Cutting Edge - ArchLinux
By MetalheadGautham in forum Open SourceReplies: 22Last Post: 16-10-2008, 02:13 PM -
can't Play files encoded with WMV3 on Archlinux
By gary4gar in forum Open SourceReplies: 11Last Post: 04-10-2008, 10:31 PM



LinkBack URL
About LinkBacks


Bookmarks