Re: Ethernet on AOD255E

2011-05-18 Thread Meyer Jerome
Hi


>-Urspr|ngliche Nachricht-
>Von: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] Im Auftrag
>von roberth
>Gesendet: Mittwoch, 18. Mai 2011 16:05
>An: misc@openbsd.org
>Betreff: Re: Ethernet on AOD255E
>
>On Wed, 18 May 2011 08:30:43 +0200
>"Meyer Jerome"  wrote:
>
>> OpenBSD 4.9 (GENERIC.MP) #794: Wed Mar  2 07:19:02 MST 2011
>>
>> dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
>
>> "Attansic Technology L2C" rev 0xc1 at pci1 dev 0 function 0 not
>> configured
>
>...
>
>The patch you are refering to is not yet in the sourcetree and you
>would like to test it.
>
>Development happens in -current, so:
>1. Update your system with the latest snapshot.

I've download the srv.tar.gz put it via usb and deploy the tree!

>2. Populate /usr/src with a -current source tree.

I've read in FAQ that with must use cvs with CVSROOT but I don't have any
internet connection from this netbook! What's should I do to install a
-current?

>3. Save the diff to a file.
>   Patch your tree. For the diff you mentioned:
>   # cd /usr/src
>   # patch -p0 < file_with_diff

Is it right : patch -p0 < alc.4 ?

>4. Rebuild your system from source.
>
>Have a look at the FAQ for details.

Regards,
J.Meyer



Re: Ethernet on AOD255E

2011-05-18 Thread roberth
> 3. Save the diff to a file.
>Patch your tree. For the diff you mentioned:
># cd /usr/src
># patch -p0 < file_with_diff

And now that sthen@ has commited those changes, you can skip this step.
You just have to wait for your mirror of choice to catch up.



Re: Ethernet on AOD255E

2011-05-18 Thread roberth
On Wed, 18 May 2011 08:30:43 +0200
"Meyer Jerome"  wrote:

> OpenBSD 4.9 (GENERIC.MP) #794: Wed Mar  2 07:19:02 MST 2011
> dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP  

> "Attansic Technology L2C" rev 0xc1 at pci1 dev 0 function 0 not
> configured

...

The patch you are refering to is not yet in the sourcetree and you
would like to test it.

Development happens in -current, so:
1. Update your system with the latest snapshot.
2. Populate /usr/src with a -current source tree.
3. Save the diff to a file.
   Patch your tree. For the diff you mentioned:
   # cd /usr/src
   # patch -p0 < file_with_diff
4. Rebuild your system from source.

Have a look at the FAQ for details.



Re: Ethernet on AOD255E

2011-05-17 Thread Meyer Jerome
r 1
usb3 at uhci2: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb4 at uhci3: USB revision 1.0
uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
mtrr: Pentium Pro MTRR support
uvideo0 at uhub0 port 4 configuration 1 interface 0 "AAB1W0102 1.3M HD WebCam"
rev 2.00/0.02 addr 2
video0 at uvideo0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on sd0a swap on sd0b dump on sd0b
WARNING: / was not properly unmounted
umass0 at uhub0 port 1 configuration 1 interface 0 "LaCie LaCie iamaKey" rev
2.00/1.00 addr 3
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0:  SCSI2 0/direct removable
sd1: 3855MB, 512 bytes/sec, 7897040 sec total
sd1 detached
scsibus2 detached
umass0 detached
umass0 at uhub1 port 1 configuration 1 interface 0 "PoinChips
USB-Mass-storage" rev 1.10/1.00 addr 2
umass0: using ATAPI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0:  ATAPI
0/direct removable
sd1: 31MB, 512 bytes/sec, 63840 sec total
==
I'm newbies and I need some help and doc to know how to apply this diff and
recompile the source code :
http://marc.info/?l=openbsd-tech&m=129595134124076&w=2

Best regards,
Jerome m.



-Urspr|ngliche Nachricht-
Von: roberth [mailto:rob...@openbsd.pap.st]
Gesendet: Dienstag, 17. Mai 2011 20:54
An: Meyer Jerome
Betreff: Re: Ethernet on AOD255E

On Tue, 17 May 2011 17:30:30 +0200
"Meyer Jerome"  wrote:

> Hello
>
> I've installed openBSD on a acer aspire one D255E and I've some
> problem with the Ethernet LAN.
> On the mailling-list in archive I saw the following message from
> Kevin:
>
> ***
> The following diff adds support for Atheros AR8151/AR8152 chipsets;
> mostly from FreeBSD. It also fixes an issue i386/6311.
> Tested on Acer AOD255E.
>
> Index: share/man/man4/alc.4
> ===
> RCS file: /cvs/src/share/man/man4/alc.4,v
> retrieving revision 1.2
> diff -u -p -r1.2 alc.4
> --- share/man/man4/alc.48 Aug 2009 14:12:41 -   1.2
> +++ share/man/man4/alc.425 Jan 2011 10:19:48 -
> @@ -19,7 +19,7 @@
>  .Os
> ***
> But I'm new in openbsd world and I don't know exactly what to do?
> What's exactly this alc.4 and where should I find it?
>
> Thanks for your help,
> j.meyer
>

OFFLIST:

Hi,

alc is the driver, the diff you quoted from is for the manpage for alc,
driver manpages live in section 4, that makes the filename alc.4.

If you want to read the manpage: man alc

You arent supplying the required ammount of information in your email
to help you.
Ppl would need to see a dmesg, that would clarify what OpenBSD release
you are trying to install, and if the card is detected correctly.

Btw, tech@ is the wrong list for your "issue", misc@ would be the list
to contact, but include a dmesg. (Have a look at the FAQ)


Cheers,
Robert