Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3Com OfficeConnect 3CRSHPW696 Wireless PCMCIA LAN
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Mon Jul 14, 2003 8:54 am    Post subject: 3Com OfficeConnect 3CRSHPW696 Wireless PCMCIA LAN Reply with quote

Hello.

I just got a 3Com Office Connect Wireless PCMCIA card here at work.
I'm having problems getting it work.
I've never tried to set up a Wlan card or a PCMCIA card before.
This card is not supported in the current kernel. But after some googling I found out that it was based on the Atmel chipset.

My configuration :
Kernel 2.4.21 -With Wireless PCMCIA support
pcmcia-cs package is installed
Downloaded and Compiled all drivers from http://atmelwlandriver.sourceforge.net/
However it does not load any modules. lsmod shows none. Should it?
This is my atmel config :
Build all [y/N] :
Set extra module version information [y/N] : y
Build Debug version [y/N] : y
Build USB Drivers [y/N] : n
Build PCMCIA Drivers [y/N] : y
Build PCMCIA rfmd Driver [y/N] : n
Build PCMCIA 3COM Driver [y/N] : y
Build PCMCIA rfmd revision d Driver [y/N] : n
Build PCMCIA rfmd revision e Driver [y/N] : n
Build PCMCIA 504 Driver [y/N] : n
Build miniPCI Driver [y/N] : y
Build applications [y/N] : y
Build command line application [y/N] : y
Build Winter wxWindows application [y/N] : n

Then make clean , all , install
I tried to load the modules in /lib/modules/2.4.21/pcmia, but that made no changes.

When plugging it in, I see in /var/log/messages :
Jul 14 10:32:08 laptop kernel: cs: unable to map card memory!

/sbin/cardctl ident :
Socket 0:
no product info available
Socket 1:
no product info available

lspci output :

00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio Controller (rev 02)
00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go] (rev a3)
02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78 )
02:01.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
02:01.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
02:01.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 Controller


Thanks!

--Paul
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
arand
Apprentice
Apprentice


Joined: 22 Apr 2003
Posts: 215

PostPosted: Mon Jul 14, 2003 9:29 am    Post subject: Reply with quote

Inithially looking at what you described one thing I would do is not compile pcmcia support into the kernel, rather just let pcmcia-cs take care of it.

There have been several posts relating to how to get the atmel based cards setup.

Here is one page devoted to this topic. That page looks a little dated but it may contain useful information for you. Two more desciptions for getting these cards to work can be found here and here which come from the gentoo community.

If you continue to have problems please post the errors that you are getting.

Hope this helps,
arand
Back to top
View user's profile Send private message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Mon Jul 14, 2003 1:00 pm    Post subject: Reply with quote

It did, I'm trying now.

Thanks :)
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Tue Jul 15, 2003 8:38 am    Post subject: Reply with quote

Hello.

My problem. I compiled out PCMCIA support from the kernel to instead use pcmcia-cs.
How do I start the PCMCIA-CS service? /etc/init.d/pcmcia start causes my computer to totally crash.


Thanks

--paul
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
arand
Apprentice
Apprentice


Joined: 22 Apr 2003
Posts: 215

PostPosted: Tue Jul 15, 2003 9:03 am    Post subject: Reply with quote

Yes that would be bad. Quick question did you recompile pcmcia-cs? Not sure if this is required but this might help.

One thing you can to is run /etc/init.d/pcmicia restart. For me pcmcia is started when net.eth0 is brought up put putting this in the beginning of /etc/init.d/net.eth0

Code:
depend() {
        need pcmcia
}


I am not sure what else to suggest.

arand
Back to top
View user's profile Send private message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Tue Jul 15, 2003 9:25 am    Post subject: Reply with quote

Okay, thanks for the tip.

Yes I recompiled pcmcia-cs. Do I need support for Wireless LAN in the kernel? What about Wan? And no support what so ever for PCMCIA. Sorry about all the questions, pcmcia and wlan is greek for me :oops:
My computer crashes when I run restart pcmcia to. I tried that too. How can I check for sertain that pcmcia service is running?


Paste from my net.eth0.

depend() {
use hotplug pcmcia
}
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
arand
Apprentice
Apprentice


Joined: 22 Apr 2003
Posts: 215

PostPosted: Tue Jul 15, 2003 10:42 am    Post subject: Reply with quote

Yes you do need to have wirless options compiled into the kernel. Just don't mark any specific card. Do not build pcmicia support into the kernel. Do not compile wan support. Do compile network support in also.

When you setup your laptop at anytime did you run an rc-update and added pcmcia anywere. If so then that would be starting up your pcmcia at boot. To check for this run a
Code:
ps -U root
and look for cardmgr in the output. This is the utility that controls your pcmcia slots.

I assume you have tried booting your computer or restarting pcmcia with and without the wirless card in if not that might be worth a shot.
Back to top
View user's profile Send private message
de4d
Apprentice
Apprentice


Joined: 12 Sep 2002
Posts: 181
Location: fr. i. br. (ger)

PostPosted: Tue Jul 15, 2003 7:41 pm    Post subject: Reply with quote

my notebook crashes when insmodding the atmel driver _if_ the kernel is compiled --march=pentium4. p3 works fine. you didnt mention p4, but i assume you got a similar problem.

hth
_________________
void main(){fork();main();}
Back to top
View user's profile Send private message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Tue Jul 15, 2003 8:00 pm    Post subject: Reply with quote

I have p4 yes. Should I try to compile as p3 ? How about the preformance then?

Thank you for the tip. I will try it in the morning.

--Paul
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
tdb
Apprentice
Apprentice


Joined: 19 Sep 2002
Posts: 293
Location: New Orleans, Louisiana, U.S.A. (what's left of it anyway...)

PostPosted: Thu Jul 17, 2003 7:13 pm    Post subject: Reply with quote

1. Make sure your kernel is clean. Do a depmod -a and make sure there are no "unresoled symbols" for anything other then the atmel drivers. (they all start with pcmf...) do a make uninstall to remove the atmel drivers if you need to.

2. Say NO to "Set Extra Module Version Information." I have no idea what it is supposed to do, but for me, it caused all my problems. (this may be enabled with "build all" so don't say yes to it either.

3. Make sure you know what radio your card uses. Atmelwlandriver dropped support for Intersil radios back in December. If your card has one, you need to use the Dec 9 '02 snapshot. (more details on the website.)

4. Like the other poster said, turn off pcmcia in the kernel entirely. Use pcmcia-cs instead. Enable wireless lan in the kernel (first option) but don't select any cards.

5. Check /etc/pcmcia/atmel.opts and make sure your card is listed there. If not, add it using the info from "cardctl info" and "cardctl ident".

6. If that doesn't work, Radio Shack has the Linksys WPC11 for $50. It's on closeout in the stores and not available online. It has an Intersil radio and is already supported by pcmcia-cs, wlan-ng, and hostap. (I recommend using the last one. It has the most features with the least problems.)
Back to top
View user's profile Send private message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Thu Jul 17, 2003 8:30 pm    Post subject: Reply with quote

Thanks for howto, really appreciate it! :!:
I try tomorrow!

I'll post my status here !
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
xdamnx
n00b
n00b


Joined: 29 Oct 2002
Posts: 61
Location: Germany

PostPosted: Fri Jul 18, 2003 9:48 pm    Post subject: Reply with quote

hi there,

i don't get my 3com card to work, because i don't know what to enable or disble while the 'make config'

here's my config:
Code:
# make config
Build all [y/N] : n
Set extra module version information [y/N] : n
Build Debug version [y/N] : n
Build USB Drivers [y/N] : n
Build PCMCIA Drivers [y/N] : y
Build PCMCIA rfmd Driver [y/N] : n
Build PCMCIA 3COM Driver [y/N] : y
Build PCMCIA rfmd revision d Driver [y/N] : n
Build PCMCIA rfmd revision e Driver [y/N] : n
Build PCMCIA 504 Driver [y/N] : n
Build miniPCI Driver [y/N] : n
Build applications [y/N] : y
Build command line application [y/N] : y
Build Winter wxWindows application [y/N] : n
grep: .configtmp: No such file or directory
You have to install the xforms library in order to use the xvnet application
Kernel Version Running 2.4.21
Found Kernel Source Directory (/lib/modules/2.4.21/build)
root dir of external pcmcia:


and at the last line there's my problem what does this tool want to know from me ?
i got wlan support enabled in kernel, but not the pcmcia handling.
pcmcia-cs is re-emerged after new kernel compile.

big thx 4 your help,
_________________
..:: xDAMNx ::..
Back to top
View user's profile Send private message
arand
Apprentice
Apprentice


Joined: 22 Apr 2003
Posts: 215

PostPosted: Sat Jul 19, 2003 3:18 am    Post subject: Reply with quote

Just for the fun of life try saying to no to the command line applications.
Back to top
View user's profile Send private message
xdamnx
n00b
n00b


Joined: 29 Oct 2002
Posts: 61
Location: Germany

PostPosted: Sat Jul 19, 2003 7:36 am    Post subject: Reply with quote

hmm didn't make any change, even ifi "no-out" to build applications.
it seems that the kernel directory isn't correct, because at
/lib/modules/2.4.21/
are only the modules the source is located at /usr/src/linux/
maybe it searches in my modules folder for the pcmcia stuff...

Code:
# make config
Build all [y/N] : n
Set extra module version information [y/N] : n
Build Debug version [y/N] : n
Build USB Drivers [y/N] : n
Build PCMCIA Drivers [y/N] : y
Build PCMCIA rfmd Driver [y/N] : n
Build PCMCIA 3COM Driver [y/N] : n
Build PCMCIA rfmd revision d Driver [y/N] : n
Build PCMCIA rfmd revision e Driver [y/N] : n
Build PCMCIA 504 Driver [y/N] : n
Build miniPCI Driver [y/N] : n
Build applications [y/N] : y
Build command line application [y/N] : n
Build Winter wxWindows application [y/N] : n
You have to install the xforms library in order to use the xvnet application
Kernel Version Running 2.4.21
Found Kernel Source Directory (/lib/modules/2.4.21/build)
root dir of external pcmcia:

_________________
..:: xDAMNx ::..
Back to top
View user's profile Send private message
xdamnx
n00b
n00b


Joined: 29 Oct 2002
Posts: 61
Location: Germany

PostPosted: Sat Jul 19, 2003 9:23 am    Post subject: Reply with quote

i tricked a bit around and finally got them compiled, but needed to install them manually...

now the driver gives me following error:

Code:
 # dmesg | grep pcmf*
pcmf502r3: CardServices release does not match!
pcmf502r3: CardServices release does not match!


my card is already defined in the atmel.conf:
Code:
card "3Com 3CRSHPW_96 Wireless LAN PC Card"
  manfid 0x0101, 0x696
  bind "pcmf502r3"


maybe any1 can help me :/
_________________
..:: xDAMNx ::..
Back to top
View user's profile Send private message
arand
Apprentice
Apprentice


Joined: 22 Apr 2003
Posts: 215

PostPosted: Sat Jul 19, 2003 9:34 am    Post subject: Reply with quote

I am not sure why it is asking this question. I ran make config on the current version of the driver (2.1.2.2) and it gave me the same thing. It seems however that just put in anything almost and then run make clean, make all. It completed the make all with no errors.

I checked in the previous version (2.1.2.1) and there was no such question and I checked the .config file and there was no entry for pcmcia_src.

I would say give it a shot and see what happens.
Back to top
View user's profile Send private message
xdamnx
n00b
n00b


Joined: 29 Oct 2002
Posts: 61
Location: Germany

PostPosted: Sat Jul 19, 2003 9:45 am    Post subject: Reply with quote

hmm seemed "somehow" to work...but now i got another problem...
if i put my card in it peeps 2 times, the led is on but nothing to find in
"ifconfig -a"
maybe i'm doing something wrong because i don't know very much about w-lan in linux...
_________________
..:: xDAMNx ::..
Back to top
View user's profile Send private message
arand
Apprentice
Apprentice


Joined: 22 Apr 2003
Posts: 215

PostPosted: Sat Jul 19, 2003 9:52 am    Post subject: Reply with quote

what is the output of /sbin/lsmod?
Back to top
View user's profile Send private message
xdamnx
n00b
n00b


Joined: 29 Oct 2002
Posts: 61
Location: Germany

PostPosted: Sat Jul 19, 2003 9:55 am    Post subject: Reply with quote

lsmod gives me:

Code:
 lsmod
Module                  Size  Used by    Tainted: P 
pcmf502r3              71264   0 (unused)
ds                      7336   1 [pcmf502r3]
i82365                 41376   1
pcmcia_core            44288   0 [pcmf502r3 ds i82365]
rtc                     6844   0 (autoclean)
cisco_ipsec           377408   0 (unused)
ide-cd                 32416   0 (autoclean)
sr_mod                 16056   0 (autoclean) (unused)
cdrom                  29600   0 (autoclean) [ide-cd sr_mod]
scsi_mod               87444   1 (autoclean) [sr_mod]

_________________
..:: xDAMNx ::..
Back to top
View user's profile Send private message
arand
Apprentice
Apprentice


Joined: 22 Apr 2003
Posts: 215

PostPosted: Sat Jul 19, 2003 10:53 am    Post subject: Reply with quote

I guess what I would like to know is the pcmf502rd module being loaded by pcmcia-cs when you put your card in or is it something that was in your modules.autoload file. Also have you used iwconfig yet?
Back to top
View user's profile Send private message
xdamnx
n00b
n00b


Joined: 29 Oct 2002
Posts: 61
Location: Germany

PostPosted: Sun Jul 20, 2003 9:58 pm    Post subject: Reply with quote

hmm iwconfig cannot be found on my system...is it a special wireless pack which i need to emerge ??

<edit>
found a wireless-tools package, output of iwconfig after plugging in:
Code:
# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

cipsec0   no wireless extensions.

eth1      ATMEL RFMD  ESSID:"" 
          Mode:Managed  Channel:4  Access Point: FF:00:00:00:00:00 
          Bit Rate:11Mb/s   
          RTS thr=2347 B   Fragment thr=2346 B   
          Encryption key:off
          Link Quality:40  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0


no acces point in range at home so there is no link, but at work i need to choose which access-point i want to use, how do i do that ?

</edit>
_________________
..:: xDAMNx ::..
Back to top
View user's profile Send private message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Mon Jul 21, 2003 11:56 am    Post subject: Reply with quote

Hi guys.

Update. Found out that the PCMCIA card I have been struggling to get working, was not working at all.
I recived a new USB 3com OfficeConnect USB-Adapter 3CRSHEW696.
What do I need in my kernel now ?

I need a reboot to test :)

brb

--Paul
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Mon Jul 21, 2003 12:01 pm    Post subject: Reply with quote

Okey, I just recompiled my kernel with USB support :
I got this output :

cd /lib/modules/2.4.21; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.21; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.21/pcmcia/pcmf502r. o
depmod: register_pccard_driver_R1c442d6c
depmod: CardServices_Re4eef0a4
depmod: unregister_pccard_driver_Rdb348cd2
depmod: *** Unresolved symbols in /lib/modules/2.4.21/pcmcia/pcmf502r3 .o
depmod: register_pccard_driver
depmod: unregister_pccard_driver
depmod: CardServices
depmod: *** Unresolved symbols in /lib/modules/2.4.21/pcmcia/pcmf502rd .o
depmod: register_pccard_driver_R1c442d6c
depmod: CardServices_Re4eef0a4
depmod: unregister_pccard_driver_Rdb348cd2
depmod: *** Unresolved symbols in /lib/modules/2.4.21/pcmcia/pcmf502re .o
depmod: register_pccard_driver_R1c442d6c
depmod: CardServices_Re4eef0a4
depmod: unregister_pccard_driver_Rdb348cd2
depmod: *** Unresolved symbols in /lib/modules/2.4.21/pcmcia/pcmf504.o
depmod: register_pccard_driver_R1c442d6c
depmod: CardServices_Re4eef0a4
depmod: unregister_pccard_driver_Rdb348cd2


a depmod -a gives this :
depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.21/pcmcia/pcmf502r3.o

What now? :/
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
nedwards
n00b
n00b


Joined: 02 Jan 2003
Posts: 3

PostPosted: Mon Jul 21, 2003 1:41 pm    Post subject: Reply with quote

I had a problem with pcmcia-cs not finding anything. You need to add the following to /etc/pcmcia/config.opts:

include memory 0xbc004000-0xbcffffff

Then download the pcmcia-cs 3.2.4 source and point the .config to it.

My .config is as follows:

CONFIG_PCI=n

#PCMCIA Drivers
CONFIG_PCMCIA=y
CONFIG_PCMCIA_502A=n
CONFIG_PCMCIA_3COM=y
CONFIG_PCMCIA_502AD=n
CONFIG_PCMCIA_502AE=n
CONFIG_PCMCIA_504=n
CONFIG_PCI_506=n

#USB Drivers
CONFIG_USB=n
CONFIG_USB_503A_RFMD=n
CONFIG_USB_505=n
CONFIG_USB_505_2958=n

#Applications Configuration
CONFIG_APPS=y
CONFIG_CMD_LINE=y
CONFIG_Winter=n
CONFIG_XAPP=n

DEBUG=
CONFIG_MODVERSIONS=n
# runtime variables. Generated by setup.sh
KERNEL_SRC = /lib/modules/2.4.22_pre2-gss/build
HAS_FORMS = n
PCMCIA_CONFIG = /etc/pcmcia
PCMCIA_SRC = /home/nicke/atmelnew/pcmcia-cs-3.2.4
#PCMCIA_SRC = /usr/src/linux
PCI_DES = /lib/modules/2.4.22_pre2-gss/kernel/drivers/net
PCMCIA_DES = /lib/modules/2.4.22_pre2-gss/pcmcia
USB_DES = /lib/modules/2.4.22_pre2-gss/kernel/drivers/usb
USB_CONFIG = /etc/hotplug
MAN_PATH = /usr/share/man/man1
Back to top
View user's profile Send private message
Paulten
Apprentice
Apprentice


Joined: 28 Mar 2003
Posts: 257
Location: Sykkylven, Norway

PostPosted: Mon Jul 21, 2003 3:00 pm    Post subject: Reply with quote

Thanks.

This is my status..
I found a list over USB devices that worked :
http://www.wireless.org.au/~jhecker/atmeldrv/usbtable.html
My USB device is the first on the list.

The MAC isn't listed in my atmel.conf file.
To find out I typed cardctl ident :
cardctl ident
Socket 0:
no product info available
Socket 1:
no product info available

Is this only for pcmcia cards?
On the list I saw that it uses RFMD RADIO, I compiled that in the atmeldriver. But what is the name of the module ?
So far I tried to modprobe the USB modules :
[laptop!!#] ls /lib/modules/2.4.21/kernel/drivers/usb
acm.o bluetooth.o emi26.o pegasus.o usbnet.o usbvnet5_2958.o
audio.o catc.o kaweth.o printer.o usbvnet5.o usbvnetr.o

The pcmcia dir contains this :
ls /lib/modules/2.4.21/pcmcia
pcmf502r.o pcmf502r3.o pcmf502rd.o pcmf502re.o pcmf504.o

When I unplug and plug in the USB device I get this in /var/log/messages ::
Jul 21 16:48:10 laptop kernel: hub.c: new USB device 00:1d.0-1, assigned address 2
Jul 21 16:48:10 laptop kernel: usb.c: USB device 2 (vend/prod 0x506/0xa01) is not claimed by any active driver.


Thanks!

--Paul
_________________
Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum